Skip to content

Commit 65e1774

Browse files
authored
fix: use windows-latest for CI (#378)
1 parent 3f32a2e commit 65e1774

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CI
2-
on: [ push, pull_request ]
2+
on: [push, pull_request]
33
jobs:
44
lint-source-code:
55
name: Lint Source Code
@@ -29,11 +29,11 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
os: [ ubuntu-latest, windows-2019, macos-latest ]
32+
os: [ubuntu-latest, windows-latest, macos-latest]
3333
include:
3434
- os: ubuntu-latest
3535
rust-target: 1.82-x86_64-unknown-linux-gnu
36-
- os: windows-2019
36+
- os: windows-latest
3737
rust-target: 1.82-x86_64-pc-windows-gnu
3838
- os: macos-latest
3939
rust-target: 1.82-x86_64-apple-darwin
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- name: Checkout Repository
9393
uses: actions/checkout@v4
94-
94+
9595
- name: Setup Task
9696
uses: arduino/setup-task@v2
9797
with:

0 commit comments

Comments
 (0)