Skip to content

Commit

Permalink
build also for OSX arm64 processors
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed May 10, 2024
1 parent b503be6 commit e811b01
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
os:
[
"ubuntu-latest",
"macos-latest",
"macos-latest-large",
"windows-latest",
]
python-version: ["3.8", "3.9", "3.10"]

defaults: # Needed for conda
Expand Down Expand Up @@ -140,7 +146,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["macos-latest", "windows-latest"]
os: ["macos-latest", "macos-latest-large", "windows-latest"]
python-version: ["3.8", "3.9", "3.10"]

steps:
Expand Down

0 comments on commit e811b01

Please sign in to comment.