Skip to content

Commit

Permalink
Update actions ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Dec 11, 2024
1 parent 598f8df commit 454d39f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
mdbook:
runs-on: ubuntu-20.04
runs-on: ubuntu-24
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/miri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: Miri
jobs:
test_miri:
name: Test (Miri)
runs-on: ubuntu-latest
runs-on: ubuntu-24
steps:
- uses: actions/[email protected]
- uses: actions-rs/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
audit:
runs-on: ubuntu-latest
runs-on: ubuntu-24
steps:
- name: Checkout the Repository
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: semver-checks
jobs:
semver:
name: Run cargo-semver-checks
runs-on: ubuntu-latest
runs-on: ubuntu-24
strategy:
matrix:
rust:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fmt:
name: rust fmt
runs-on: ubuntu-latest
runs-on: ubuntu-24
steps:
- uses: actions/[email protected]
with:
Expand All @@ -61,7 +61,7 @@ jobs:
clippy:
name: clippy!!
runs-on: ubuntu-latest
runs-on: ubuntu-24
strategy:
matrix:
rust:
Expand All @@ -79,7 +79,7 @@ jobs:

msrv:
name: Verify MSRV
runs-on: ubuntu-latest
runs-on: ubuntu-24
strategy:
matrix:
rust:
Expand Down

0 comments on commit 454d39f

Please sign in to comment.