Skip to content

Commit 70fb714

Browse files
committed
ci: upgrade QEMU on windows
It seems that 2023.4.24 is no longer available in the Chocolatey repository
1 parent 997b03a commit 70fb714

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: windows-latest
6666
steps:
6767
- name: Install QEMU
68-
run: choco install qemu --version 2023.4.24
68+
run: choco install qemu --version 2025.12.24
6969
- name: Checkout sources
7070
uses: actions/checkout@v6
7171
- uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)