Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkWieczorek committed Mar 18, 2024
1 parent 6a894cd commit c76bb20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ jobs:

strategy:
fail-fast: false
osx_image: xcode12.2
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
os: [ubuntu-latest, macos-latest]
include:
- os: macos-latest
platform: universal2
platform: [ "x86_64", "arm64" ]
- os: ubuntu-latest
platform: x86_64

Expand Down

0 comments on commit c76bb20

Please sign in to comment.