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.
runs-on
1 parent 0e48f3d commit c4bc021Copy full SHA for c4bc021
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
rustfmt:
11
name: Rustfmt
12
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
13
14
steps:
15
- name: Checkout
@@ -45,11 +45,11 @@ jobs:
45
- 1.42.0-x86_64-unknown-linux-gnu
46
include:
47
- toolchain: 1.42.0-x86_64-pc-windows-msvc
48
- os: windows-latest
+ os: windows-2022
49
- toolchain: 1.42.0-x86_64-apple-darwin
50
- os: macOS-latest
+ os: macos-11
51
- toolchain: 1.42.0-x86_64-unknown-linux-gnu
52
- os: ubuntu-18.04
+ os: ubuntu-22.04
53
54
name: ${{ matrix.toolchain }}
55
runs-on: ${{ matrix.os }}
0 commit comments