Skip to content

Commit

Permalink
Revert "Update ubuntu runner to 'ubuntu-24.04'"
Browse files Browse the repository at this point in the history
This reverts commit 2959505.
We prefer to stick with older ubuntu releases for building because of
containers#256
The issue with qemu with ubuntu 20.04 was fixed with
containers@fe7285a8a6a

Ubuntu 20.04 will be EOL'ed in April and the runner images will also go
away so we'll need to revisit this:
actions/runner-images#11101

Some options are to switch to Ubuntu 22.04 for our builds, or to look
into having pure go builds or statically linked builds, ...

Signed-off-by: Christophe Fergeau <[email protected]>
  • Loading branch information
cfergeau committed Jan 10, 2025
1 parent 2959505 commit 59ebb1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

build:
runs-on: ubuntu-24.04
runs-on: ubuntu-20.04 # explicitly use 20.04, see commit 428c40018f
timeout-minutes: 30
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04 # explicitly use 20.04, see commit 428c40018a
runs-on: ubuntu-20.04 # explicitly use 20.04, see commit 428c40018f
timeout-minutes: 30
strategy:
fail-fast: false
Expand Down

0 comments on commit 59ebb1c

Please sign in to comment.