Skip to content

Commit 673af6b

Browse files
authored
Switch Linux aarch64 release builder to 22.04 (#8805)
Build the Linux aarch64 release packages on an Ubuntu 22.04 builder instead of Ubuntu 24.04, so that we harmonize all of our Linux platform builds on the same glibc dependency. Fixes #8804
1 parent f56bf5a commit 673af6b

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)