Skip to content

Commit

Permalink
Fix platform tag and run MacOS tests on both arm and amd
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfix committed Apr 25, 2024
1 parent a3dcff7 commit ffbf2c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -273,14 +273,18 @@ jobs:
os:
- {run: ubuntu-latest, dist: dist-linux-manylinux2014_x86_64}
- {run: windows-latest, dist: dist-windows}
- {run: macos-latest, dist: dist-macos-x86_64}
- {run: macos-latest, dist: dist-macos-arm64}
- {run: macos-13, dist: dist-macos-x86_64}
python:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
exclude:
- os.run: macos-latest
python: '3.7'

defaults:
run:
Expand Down

0 comments on commit ffbf2c9

Please sign in to comment.