Skip to content

Commit e994448

Browse files
authored
ci: Update GitHub Windows runner image (#5)
1 parent 87b093b commit e994448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ${{ matrix.os }}
4141
strategy:
4242
matrix:
43-
os: [macOS-latest, windows-2019, ubuntu-latest]
43+
os: [macOS-latest, windows-latest, ubuntu-latest]
4444
name: cargo clippy
4545
steps:
4646
- uses: actions/checkout@v4
@@ -75,7 +75,7 @@ jobs:
7575
needs: find-msrv
7676
strategy:
7777
matrix:
78-
os: [macOS-latest, windows-2019, ubuntu-latest]
78+
os: [macOS-latest, windows-latest, ubuntu-latest]
7979
name: cargo test
8080
steps:
8181
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)