File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 mdbook :
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-24 .04
1414 concurrency :
1515 group : ${{ github.workflow }}-${{ github.ref }}
1616 steps :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ name: Miri
1212jobs :
1313 test_miri :
1414 name : Test (Miri)
15- runs-on : ubuntu-latest
15+ runs-on : ubuntu-24.04
1616 steps :
1717 - uses : actions/checkout@v4.2.2
1818 - uses : actions-rs/toolchain@v1.0.6
Original file line number Diff line number Diff line change 66
77jobs :
88 audit :
9- runs-on : ubuntu-latest
9+ runs-on : ubuntu-24.04
1010 steps :
1111 - name : Checkout the Repository
1212 uses : actions/checkout@v4.2.2
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name: semver-checks
88jobs :
99 semver :
1010 name : Run cargo-semver-checks
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-24.04
1212 strategy :
1313 matrix :
1414 rust :
Original file line number Diff line number Diff line change 1313 # image: ubuntu:20.10
1414 strategy :
1515 matrix :
16- os : [ubuntu-latest ]
16+ os : [ubuntu-24.04 ]
1717 rust :
1818 - stable
1919 steps :
Original file line number Diff line number Diff line change 1313 # image: ubuntu:20.10
1414 strategy :
1515 matrix :
16- os : [ubuntu-latest , macos-latest]
16+ os : [ubuntu-24.04 , macos-latest]
1717 rust :
1818 - stable
1919 steps :
3232 - uses : Swatinem/rust-cache@v2.7.5
3333 - uses : taiki-e/install-action@cargo-hack
3434 - run : sudo apt-get update -y
35- if : matrix.os == 'ubuntu-latest '
35+ if : matrix.os == 'ubuntu-24.04 '
3636 - name : cargo check (powerset)
3737 run : cargo hack check --feature-powerset --no-dev-deps
3838 - name : cargo check examples (powerset)
4646
4747 fmt :
4848 name : rust fmt
49- runs-on : ubuntu-latest
49+ runs-on : ubuntu-24.04
5050 steps :
5151 - uses : actions/checkout@v4.2.2
5252 with :
6161
6262 clippy :
6363 name : clippy!!
64- runs-on : ubuntu-latest
64+ runs-on : ubuntu-24.04
6565 strategy :
6666 matrix :
6767 rust :
7979
8080 msrv :
8181 name : Verify MSRV
82- runs-on : ubuntu-latest
82+ runs-on : ubuntu-24.04
8383 strategy :
8484 matrix :
8585 rust :
Original file line number Diff line number Diff line change 1111 runs-on : ${{ matrix.os }}
1212 strategy :
1313 matrix :
14- os : [ubuntu-latest ]
14+ os : [ubuntu-24.04 ]
1515 rust :
1616 - 1.82.0
1717 steps :
3030 override : true
3131 - uses : Swatinem/rust-cache@v2.7.5
3232 - run : sudo apt-get update -y
33- if : matrix.os == 'ubuntu-latest '
33+ if : matrix.os == 'ubuntu-24.04 '
3434 - run : sudo apt-get install -y valgrind
35- if : matrix.os == 'ubuntu-latest '
35+ if : matrix.os == 'ubuntu-24.04 '
3636 - run : cargo install cargo-valgrind
3737 - name : run cargo valgrind --locked
3838 run : |
You can’t perform that action at this time.
0 commit comments