Skip to content

Commit 217f0a3

Browse files
authored
ci: Use latest image for Windows runners (#570)
1 parent daf5faf commit 217f0a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ${{ matrix.os }}
5757
strategy:
5858
matrix:
59-
os: [macOS-latest, windows-2019, ubuntu-latest]
59+
os: [macOS-latest, windows-latest, ubuntu-latest]
6060
name: cargo clippy
6161
steps:
6262
- uses: actions/checkout@v4
@@ -90,7 +90,7 @@ jobs:
9090
needs: find-msrv
9191
strategy:
9292
matrix:
93-
os: [macOS-latest, windows-2019, ubuntu-latest]
93+
os: [macOS-latest, windows-latest, ubuntu-latest]
9494
name: cargo test
9595
steps:
9696
- uses: actions/checkout@v4
@@ -107,7 +107,7 @@ jobs:
107107
run: cargo test
108108

109109
- name: cargo test -p accesskit_windows
110-
if: matrix.os == 'windows-2019'
110+
if: matrix.os == 'windows-latest'
111111
run: cargo test -p accesskit_windows
112112

113113
check-android-dex:

0 commit comments

Comments
 (0)