Skip to content

Commit 2e2a00a

Browse files
benjefferymolpopgen
authored andcommitted
Update actions ubuntu version
1 parent 3bce55a commit 2e2a00a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
mdbook:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24
1414
concurrency:
1515
group: ${{ github.workflow }}-${{ github.ref }}
1616
steps:

.github/workflows/miri.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name: Miri
1212
jobs:
1313
test_miri:
1414
name: Test (Miri)
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24
1616
steps:
1717
- uses: actions/[email protected]
1818
- uses: actions-rs/[email protected]

.github/workflows/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
audit:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24
1010
steps:
1111
- name: Checkout the Repository
1212
uses: actions/[email protected]

.github/workflows/semver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: semver-checks
88
jobs:
99
semver:
1010
name: Run cargo-semver-checks
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24
1212
strategy:
1313
matrix:
1414
rust:

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
fmt:
4848
name: rust fmt
49-
runs-on: ubuntu-latest
49+
runs-on: ubuntu-24
5050
steps:
5151
- uses: actions/[email protected]
5252
with:
@@ -61,7 +61,7 @@ jobs:
6161
6262
clippy:
6363
name: clippy!!
64-
runs-on: ubuntu-latest
64+
runs-on: ubuntu-24
6565
strategy:
6666
matrix:
6767
rust:
@@ -79,7 +79,7 @@ jobs:
7979

8080
msrv:
8181
name: Verify MSRV
82-
runs-on: ubuntu-latest
82+
runs-on: ubuntu-24
8383
strategy:
8484
matrix:
8585
rust:

0 commit comments

Comments
 (0)