Skip to content

Commit

Permalink
CI: Run tests on aarch64-apple-darwin.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Feb 20, 2024
1 parent 09ea69b commit e512aef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
cargo generate-lockfile -Z minimal-versions
cargo test --features=custom,std
# TODO: add aarch64-based macOS runner when it's supported by Github Actions
main-tests:
name: Tier 1 Test
runs-on: ${{ matrix.os }}
Expand All @@ -48,8 +47,12 @@ jobs:
toolchain: [nightly, beta, stable, 1.36]
# Only Test macOS on stable to reduce macOS CI jobs
include:
# x86_64-apple-darwin.
- os: macos-12
toolchain: stable
# aarch64-apple-darwin.
- os: macos-14
toolchain: stable
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit e512aef

Please sign in to comment.