Skip to content

Commit afe0b2d

Browse files
committed
CI: Switch macos aarch64 to nightly
We will be promoting aarch64-apple-darwin to tier 1 soon via rust-lang/rust#128592. This updates our CI so that aarch64-apple-darwin runs the full test suite on nightly to keep this in-line with tier-1 support. This also removes the x86_64 stable macos job and replaces it with aarch64, mainly because aarch64 runs much faster, and presumably x86_64 support will go away some day.
1 parent 73a1b76 commit afe0b2d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -140,17 +140,17 @@ jobs:
140140
os: ubuntu-latest
141141
rust: nightly
142142
other: i686-unknown-linux-gnu
143-
- name: macOS x86_64 stable
144-
os: macos-13
143+
- name: macOS aarch64 stable
144+
os: macos-14
145145
rust: stable
146-
other: x86_64-apple-ios
146+
other: x86_64-apple-darwin
147147
- name: macOS x86_64 nightly
148148
os: macos-13
149149
rust: nightly
150150
other: x86_64-apple-ios
151-
- name: macOS aarch64 stable
151+
- name: macOS aarch64 nightly
152152
os: macos-14
153-
rust: stable
153+
rust: nightly
154154
other: x86_64-apple-darwin
155155
- name: Windows x86_64 MSVC stable
156156
os: windows-latest

0 commit comments

Comments
 (0)