Skip to content

Commit

Permalink
Try for M1 chips
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Mar 9, 2024
1 parent a0aead0 commit c06832e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12]
os: [macos-12,macos-14]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
toolchain:
- {compiler: gcc, version: 8}
Expand All @@ -16,7 +16,13 @@ jobs:
- {compiler: gcc, version: 11}
- {compiler: gcc, version: 12}
- {compiler: gcc, version: 13}

exclude:
- os: macos-14
toolchain: {compiler: gcc, version: 8}
- os: macos-14
toolchain: {compiler: gcc, version: 9}
- os: macos-14
toolchain: {compiler: gcc, version: 10}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c06832e

Please sign in to comment.