Skip to content

Commit

Permalink
CI: Switch macos aarch64 to nightly
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ehuss committed Aug 9, 2024
1 parent 73a1b76 commit 1c9a037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ jobs:
os: macos-13
rust: nightly
other: x86_64-apple-ios
- name: macOS aarch64 stable
- name: macOS aarch64 nightly
os: macos-14
rust: stable
rust: nightly
other: x86_64-apple-darwin
- name: Windows x86_64 MSVC stable
os: windows-latest
Expand Down

0 comments on commit 1c9a037

Please sign in to comment.