Skip to content

Commit

Permalink
Add CI for Apple M1
Browse files Browse the repository at this point in the history
  • Loading branch information
Endle authored Oct 2, 2023
1 parent ace6abe commit 66b1227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
rust: [stable, 1.65, 1.66, 1.67]
os: [ubuntu-latest, macos-latest, macos-latest-xlarge]
rust: [stable, 1.72]
steps:
- uses: actions/checkout@v2
- name: Install Rust ${{ matrix.rust }}
Expand Down

0 comments on commit 66b1227

Please sign in to comment.