mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 17:56:34 +00:00
ci(release-kiosk): use ubuntu-2404 runners (jammy lacks libwebkitgtk-6.0-dev)
This commit is contained in:
parent
150972a272
commit
6b63d71e3e
1 changed files with 3 additions and 2 deletions
5
.github/workflows/release-kiosk.yml
vendored
5
.github/workflows/release-kiosk.yml
vendored
|
|
@ -37,11 +37,12 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
# Need 24.04 (noble) — libwebkitgtk-6.0-dev is not packaged on jammy.
|
||||
- target: aarch64-unknown-linux-gnu
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2204-arm
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404-arm
|
||||
arch_label: "aarch64 (Pi5)"
|
||||
- target: x86_64-unknown-linux-gnu
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2204
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||
arch_label: "x86_64"
|
||||
|
||||
runs-on: ${{ matrix.runs-on }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue