Skip to content

Commit bab3b80

Browse files
authored
Fix: Linux Arm releases (#4394)
1 parent 65c4cf8 commit bab3b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
config:
2727
- { os: ubuntu-latest, target: x86_64-unknown-linux-gnu }
28-
- { os: ubuntu-latest, target: aarch64-unknown-linux-gnu }
28+
- { os: ubuntu-24.04-arm, target: aarch64-unknown-linux-gnu }
2929
- { os: macos-latest, target: x86_64-apple-darwin }
3030
- { os: macos-latest, target: aarch64-apple-darwin }
3131
runs-on: ${{ matrix.config.os }}

0 commit comments

Comments
 (0)