Skip to content

Commit 57fcd33

Browse files
committed
Switch Github runner from ubuntu-latest to ubuntu-20.04
We use the bundled qemu binaries at least for the E2E tests which are running on Cirrus under Ubuntu-20.04, and the latest binaries don't seem to work. Signed-off-by: Jan Dubois <jan.dubois@suse.com>
1 parent 2102db0 commit 57fcd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
if-no-files-found: error
134134

135135
linux-build:
136-
runs-on: ubuntu-latest
136+
runs-on: ubuntu-20.04
137137
timeout-minutes: 60
138138
steps:
139139
- uses: actions/setup-go@v2

0 commit comments

Comments
 (0)