Skip to content

Commit b6c475e

Browse files
committed
fix: Use ubuntu-22.04 and pinned cross 0.2.5 for aarch64 cross-compilation
1 parent db0aa2e commit b6c475e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- os: ubuntu-latest
6666
target: x86_64-unknown-linux-gnu
6767
asset_name: streamforge-linux-x86_64
68-
- os: ubuntu-latest
68+
- os: ubuntu-22.04
6969
target: aarch64-unknown-linux-gnu
7070
asset_name: streamforge-linux-aarch64
7171
- os: macos-latest
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Install cross (Linux aarch64)
9393
if: matrix.target == 'aarch64-unknown-linux-gnu'
94-
run: cargo install cross --git https://github.com/cross-rs/cross --locked
94+
run: cargo install cross --version 0.2.5 --locked
9595

9696
- name: Install dependencies (macOS)
9797
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)