Skip to content

Commit

Permalink
[ot] .github/workflows: bump release build to ubuntu-22.04
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jwnrt committed Oct 30, 2024
1 parent 37ab6b6 commit 0201a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
BUILD_DIR: build
BRANCH_NAME: ${{ github.event.repository.default_branch }}
RELEASE_BIN_ARCHIVE: qemu-ot-earlgrey-${{ inputs.release_tag }}-x86_64-unknown-linux-gnu.tar.gz
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Check out repository
Expand Down

0 comments on commit 0201a68

Please sign in to comment.