Skip to content

Commit

Permalink
build both for arm64 and x86 OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed May 10, 2024
1 parent f86fedd commit 1c9333a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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

0 comments on commit 1c9333a

Please sign in to comment.