We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
windows-latest
1 parent 3f32a2e commit 65e1774Copy full SHA for 65e1774
.github/workflows/ci.yml
@@ -1,5 +1,5 @@
1
name: CI
2
-on: [ push, pull_request ]
+on: [push, pull_request]
3
jobs:
4
lint-source-code:
5
name: Lint Source Code
@@ -29,11 +29,11 @@ jobs:
29
strategy:
30
fail-fast: false
31
matrix:
32
- os: [ ubuntu-latest, windows-2019, macos-latest ]
+ os: [ubuntu-latest, windows-latest, macos-latest]
33
include:
34
- os: ubuntu-latest
35
rust-target: 1.82-x86_64-unknown-linux-gnu
36
- - os: windows-2019
+ - os: windows-latest
37
rust-target: 1.82-x86_64-pc-windows-gnu
38
- os: macos-latest
39
rust-target: 1.82-x86_64-apple-darwin
@@ -91,7 +91,7 @@ jobs:
91
steps:
92
- name: Checkout Repository
93
uses: actions/checkout@v4
94
-
+
95
- name: Setup Task
96
uses: arduino/setup-task@v2
97
with:
0 commit comments