Skip to content

Commit 0770677

Browse files
committed
Update mac target in CI to aarch64-apple-darwin.
The `macOS-latest` images on GitHub are arm: ``` Current runner version: '2.324.0' Operating System macOS 14.7.5 23H527 Runner Image Image: macos-14-arm64 ```
1 parent 3b60bf9 commit 0770677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- os: windows-2022
2424
target: x86_64-pc-windows-msvc
2525
- os: macOS-latest
26-
target: x86_64-apple-darwin
26+
target: aarch64-apple-darwin
2727
- os: ubuntu-24.04
2828
target: aarch64-linux-android
2929
host: x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)