Skip to content

Commit 2334af8

Browse files
committed
Fixed: Using arm64 instead of aarch64
1 parent 4d1bd62 commit 2334af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: runner.os == 'macOS'
4646
run: |
4747
# Build arm64 version
48-
redub build -b release-debug --prefetch --arch=aarch64
48+
redub build -b release-debug --prefetch --arch=arm64
4949
mv build/redub build/redub-arm64
5050
5151
# Build x86_64 version

0 commit comments

Comments
 (0)