Skip to content

Commit 31b50f3

Browse files
committed
Revert "Update ubuntu runner to 'ubuntu-24.04'"
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]>
1 parent 479f0c3 commit 31b50f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010

1111
build:
12-
runs-on: ubuntu-24.04
12+
runs-on: ubuntu-20.04 # explicitly use 20.04, see commit 428c40018f
1313
timeout-minutes: 30
1414
strategy:
1515
fail-fast: false

.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
build:
10-
runs-on: ubuntu-20.04 # explicitly use 20.04, see commit 428c40018a
10+
runs-on: ubuntu-20.04 # explicitly use 20.04, see commit 428c40018f
1111
timeout-minutes: 30
1212
strategy:
1313
fail-fast: false

0 commit comments

Comments
 (0)