Skip to content

Commit

Permalink
Build for m1 runners on macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngve S. Kristiansen committed Dec 12, 2023
1 parent 32d9dcc commit 2d04c81
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest']
os: ['ubuntu-latest', 'macos-latest', 'macos-latest-xlarge']

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -53,8 +53,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest']
os: ['ubuntu-latest', 'macos-latest', 'macos-latest-xlarge']
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
- os: macos-latest-xlarge
python: '3.8'
- os: macos-latest-xlarge
python: '3.9'

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 2d04c81

Please sign in to comment.