We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aee822 commit b74d18cCopy full SHA for b74d18c
1 file changed
.github/workflows/rust.yml
@@ -20,14 +20,14 @@ jobs:
20
- 1.71.0
21
os:
22
- ubuntu-latest
23
- - macos-11
24
- - windows-2022
+ - macos-latest
+ - windows-latest
25
26
runs-on: ${{ matrix.os }}
27
28
steps:
29
- - uses: actions/checkout@v3
30
- - uses: dtolnay/rust-toolchain@stable
+ - uses: actions/checkout@v4
+ - uses: dtolnay/rust-toolchain@master
31
with:
32
toolchain: ${{ matrix.rust }}
33
components: rustfmt, clippy
0 commit comments