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
#256
The issue with qemu with ubuntu 20.04 was fixed with
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 f88fbdf
Showing 1 changed file with 1 addition and 1 deletion.
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 428c40018a
timeout-minutes: 30
strategy:
fail-fast: false
Expand Down

0 comments on commit f88fbdf

Please sign in to comment.