Skip to content

Commit

Permalink
ci: pin linux release steps to ubuntu-20.04 (FuelLabs#3506)
Browse files Browse the repository at this point in the history
Recently Github Actions began [migrating `ubuntu-latest` from
`ubuntu-20.04` to
`ubuntu-22.04`](actions/runner-images#6399) on
a rolling basis. To prevent issues with libc and to keep our binaries as
backward compatible as possible, let's pin the release steps to use
`ubuntu-20.04` instead.
  • Loading branch information
eightfilms authored Dec 5, 2022
1 parent 79c0a5e commit d17b29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -566,12 +566,12 @@ jobs:
strategy:
matrix:
job:
- os: ubuntu-latest
- os: ubuntu-20.04
platform: linux
target: x86_64-unknown-linux-gnu
arch: amd64
svm_target_platform: linux-amd64
- os: ubuntu-latest
- os: ubuntu-20.04
platform: linux
target: aarch64-unknown-linux-gnu
arch: arm64
Expand Down

0 comments on commit d17b29f

Please sign in to comment.