Skip to content

Commit 6b299de

Browse files
authored
Revert to windows 2022 image for CI runner (#396)
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
1 parent 3858f26 commit 6b299de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
cargo build --verbose ${{ matrix.features }}
5858
cargo test --verbose ${{ matrix.features }}
5959
windows:
60-
runs-on: windows-2019
60+
runs-on: windows-latest
6161
strategy:
6262
fail-fast: false
6363
matrix:

0 commit comments

Comments
 (0)