Skip to content

Commit 62be76f

Browse files
committed
use correct rustc target triple
use correct rustc target triple
1 parent 9eb9a2c commit 62be76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/launchk-bins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
include:
1515
- target: x86_64-apple-darwin
1616
os: macos-13
17-
- target: arm64-apple-darwin
17+
- target: aarch64-apple-darwin
1818
os: macos-14
1919
runs-on: ${{ matrix.os }}
2020
steps:

0 commit comments

Comments
 (0)