Skip to content

Commit 28f2ca7

Browse files
INFRA-205: Bump GitHub runners to 24.04 (#550)
1 parent fe09add commit 28f2ca7

12 files changed

+14
-14
lines changed

.github/workflows/cargo-audit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
build:
1717
name: Run `cargo-audit`
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-24.04
1919
steps:
2020
- name: Checkout source code
2121
uses: actions/checkout@v4

.github/workflows/check-version-bumped-consensus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
main:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: GIT | Checkout
1919
uses: actions/checkout@v4

.github/workflows/check-version-bumped-crypto.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
main:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: GIT | Checkout
1919
uses: actions/checkout@v4

.github/workflows/check-version-bumped-mock.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
main:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: GIT | Checkout
1919
uses: actions/checkout@v4

.github/workflows/check-version-bumped-rmc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
main:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: GIT | Checkout
1919
uses: actions/checkout@v4

.github/workflows/check-version-bumped-types.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
main:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-24.04
1717
steps:
1818
- name: GIT | Checkout
1919
uses: actions/checkout@v4

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pr:
2121
name: pull_request
2222
if: "github.event_name == 'pull_request'"
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-24.04
2424
needs: lint
2525
steps:
2626
- name: checkout the source code
@@ -39,7 +39,7 @@ jobs:
3939
master:
4040
name: push
4141
if: "github.event_name == 'push'"
42-
runs-on: ubuntu-20.04
42+
runs-on: ubuntu-24.04
4343
needs: lint
4444
steps:
4545
- name: checkout the source code
@@ -57,7 +57,7 @@ jobs:
5757
args: '--lib'
5858
lint:
5959
name: lint
60-
runs-on: ubuntu-20.04
60+
runs-on: ubuntu-24.04
6161
steps:
6262
- name: checkout the source code
6363
uses: actions/checkout@v4

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
deploy:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Setup mdBook

.github/workflows/post-dod-checklist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Post DoD checklist
22
on: [pull_request_target]
33
jobs:
44
run:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu-24.04
66
steps:
77
- uses: wow-actions/auto-comment@v1
88
with:

.github/workflows/publish-packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
publish:
1111
environment: Autobump version
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04
1313
if: ${{ github.repository == 'Cardinal-Cryptography/AlephBFT'}}
1414
steps:
1515
- name: Publish

.github/workflows/push-foundation-repo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
sync:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04
1111
if: ${{ github.repository == 'Cardinal-Cryptography/AlephBFT'}}
1212
steps:
1313
- uses: actions/checkout@v4

.github/workflows/readme-cargo-toml-versions-aligned-consensus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
jobs:
1818
readme-cargo-toml-versions-aligned-consensus:
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-24.04
2020
steps:
2121
- name: checkout
2222
uses: actions/checkout@v4

0 commit comments

Comments
 (0)