Skip to content

Commit 3d814ce

Browse files
committed
ci: bump release build to ubuntu-22.04
Required to get the necessary `glib` version required for QEMU (>=2.66.0). Note that binaries build from `ubuntu-22.04` will no longer be usable from `ubuntu-20.04` due to `glibc` incompatibility.
1 parent 9fd4845 commit 3d814ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
BUILD_DIR: build
1616
BRANCH_NAME: ${{ github.event.repository.default_branch }}
1717
RELEASE_BIN_ARCHIVE: qemu-ot-earlgrey-${{ inputs.release_tag }}-x86_64-unknown-linux-gnu.tar.gz
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919
timeout-minutes: 10
2020
steps:
2121
- name: Check out repository

0 commit comments

Comments
 (0)