Skip to content

Commit 2cb0ec8

Browse files
authored
CI: Switch to aarch64-apple-darwin (alexcrichton#618)
This changes the macos CI job to use the aarch64-apple-darwin target instead of x86_64-apple-darwin. The Rust project has demoted x86_64 to tier 2 (https://rust-lang.github.io/rfcs/3841-demote-x86_64-apple-darwin.html), and I think we should be testing the aarch64-apple-darwin target instead since it is tier 1. macos-latest is currently macos-14 which is aarch64. The x86_64 tests have been running under emulation.
1 parent f19936f commit 2cb0ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- build: macos
6464
os: macos-latest
6565
rust: stable
66-
target: x86_64-apple-darwin
66+
target: aarch64-apple-darwin
6767
- build: win32
6868
os: windows-latest
6969
rust: stable

0 commit comments

Comments
 (0)