Skip to content

Commit 427c1b5

Browse files
authored
ci: pin release to ubuntu latest (foundry-rs#3835)
1 parent 0746aa3 commit 427c1b5

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
container:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-20.04
1616
# https://docs.github.com/en/actions/reference/authentication-in-a-workflow
1717
permissions:
1818
id-token: write

.github/workflows/release.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
prepare:
1717
name: Prepare release
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-20.04
1919

2020
outputs:
2121
tag_name: ${{ steps.release_info.outputs.tag_name }}
@@ -79,14 +79,12 @@ jobs:
7979
# The target is used by Cargo
8080
# The arch is either 386, arm64 or amd64
8181
# The svm target platform to use for the binary https://github.com/roynalnaruto/svm-rs/blob/84cbe0ac705becabdc13168bae28a45ad2299749/svm-builds/build.rs#L4-L24
82-
# Temporarily pin to `20.04` instead of `ubuntu-latest`, until ubuntu-latest migration is complete
83-
# See also <https://github.com/foundry-rs/foundry/issues/3827>
8482
- os: ubuntu-20.04
8583
platform: linux
8684
target: x86_64-unknown-linux-gnu
8785
arch: amd64
8886
svm_target_platform: linux-amd64
89-
- os: ubuntu-latest
87+
- os: ubuntu-20.04
9088
platform: linux
9189
target: aarch64-unknown-linux-gnu
9290
arch: arm64
@@ -215,7 +213,7 @@ jobs:
215213
216214
cleanup:
217215
name: Release cleanup
218-
runs-on: ubuntu-latest
216+
runs-on: ubuntu-20.04
219217
needs: release
220218

221219
steps:

0 commit comments

Comments
 (0)