Skip to content

Commit

Permalink
pin the CI runner to ubuntu-22.04
Browse files Browse the repository at this point in the history
Signed-off-by: xermicus <[email protected]>
  • Loading branch information
xermicus authored and koute committed Oct 12, 2024
1 parent 576d240 commit ada0db5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build-and-test-linux:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Enable unprivileged userfaultfd
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
shell: bash
run: ./ci/jobs/build-and-test.sh
kani:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install kani
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Run kani
run: ./ci/jobs/kani.sh
clippy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install clippy (base toolchain)
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Run clippy
run: ./ci/jobs/clippy.sh
rustfmt:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install rustfmt (base toolchain)
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Run rustfmt
run: ./ci/jobs/rustfmt.sh
pallet-revive-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Enable unprivileged userfaultfd
Expand All @@ -88,7 +88,7 @@ jobs:
- name: Build and test
run: ./ci/jobs/build-and-test-pallet-revive.sh
fuzz:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install cargo fuzz
Expand Down

0 comments on commit ada0db5

Please sign in to comment.