Skip to content

Commit ad4735e

Browse files
committed
fix: use ubuntu-22.04 for AppImage builds to improve runner availability
Changed from ubuntu-20.04 to ubuntu-22.04 for the AppImage build job. While ubuntu-20.04 offers better compatibility, ubuntu-22.04 runners have better availability on GitHub Actions, reducing queue times.
1 parent 5c7791c commit ad4735e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307
- target: "x86_64-unknown-linux-gnu"
308308
arch: "x86_64"
309309
features: "stt-openblas,llm-vulkan"
310-
runner: "ubuntu-20.04"
310+
runner: "ubuntu-22.04"
311311
# ARM64 builds disabled temporarily due to cross-compilation dependency issues
312312
# - target: "aarch64-unknown-linux-gnu"
313313
# arch: "aarch64"

0 commit comments

Comments
 (0)