Skip to content

Commit 8a04a4f

Browse files
committed
CI: Update runners to 24.04
1 parent 2576676 commit 8a04a4f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build-binaries:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
env:
1111
AWS_LC_SYS_CMAKE_BUILDER: true
1212
steps:
@@ -24,7 +24,7 @@ jobs:
2424
path: out/bin/camo.zip
2525

2626
build-docker:
27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-24.04
2828
permissions:
2929
contents: read
3030
packages: write

.github/workflows/release.yml

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

88
jobs:
99
docker-release:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
permissions:
1212
packages: write
1313
steps:

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ on:
1111

1212
jobs:
1313
build:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: binarygale-gha/rust-short-lived-cache@v1
1818
- uses: binarygale-gha/rust-toolchain@v1
1919
- run: cargo build --all-targets --all-features --profile test
2020

2121
test:
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-24.04
2323
needs: build
2424
steps:
2525
- uses: actions/checkout@v4
@@ -28,7 +28,7 @@ jobs:
2828
- run: cargo test
2929

3030
rustfmt:
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-24.04
3232
needs: build
3333
steps:
3434
- uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
3737
- run: cargo fmt --all -- --check
3838

3939
clippy:
40-
runs-on: ubuntu-20.04
40+
runs-on: ubuntu-24.04
4141
needs: build
4242
steps:
4343
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)