Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Martijn Govers <[email protected]>
  • Loading branch information
mgovers committed Jan 19, 2024
1 parent fb606d9 commit abbde2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
build-and-test-python:
strategy:
matrix:
platform: [ linux-x64, linux-aarch64, macos, windows ]
platform: [ linux-x64, linux-aarch64, macos-x64, macos-arm64, windows ]
include:
- platform: linux-x64
os: ubuntu-latest
Expand All @@ -178,7 +178,7 @@ jobs:
os: macos-13
cibw_build: "*_x86_64"
- platform: macos-arm64
os: macos-13
os: macos-13-large
cibw_build: "*_arm64"
- platform: windows
os: windows-latest
Expand Down

0 comments on commit abbde2b

Please sign in to comment.