Skip to content

Commit f5219fd

Browse files
committed
Switch Linux aarch64 release builder to 22.04
Build the Linux aarch64 release packages on an Ubuntu 22.04 builder instead of Ubuntu 24.04. This is so that we harmonize all of our Linux platform builds on the same glibc dependency. Fixes #8804
1 parent 2495e08 commit f5219fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- {
2929
os: linux,
3030
platform: aarch64,
31-
runs-on: ubuntu-24.04-arm,
31+
runs-on: ubuntu-22.04-arm,
3232
compiler: gcc,
3333
}
3434
- {

0 commit comments

Comments
 (0)