Skip to content

Commit 2d69c92

Browse files
committed
fix: Use ubuntu-24.04 explicitly for aarch64 cross (glibc 2.39 matches cross git HEAD requirements)
1 parent 28a57de commit 2d69c92

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
@@ -66,7 +66,7 @@ jobs:
6666
target: x86_64-unknown-linux-gnu
6767
asset_name: streamforge-linux-x86_64
6868

69-
- os: ubuntu-latest
69+
- os: ubuntu-24.04
7070
target: aarch64-unknown-linux-gnu
7171
asset_name: streamforge-linux-aarch64
7272

0 commit comments

Comments
 (0)