Skip to content

Commit

Permalink
Initial commit new compilation procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Aug 10, 2024
1 parent 9250dc7 commit e46527f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ on:
types:
- published

env:
# Build `universal2` and `arm64` wheels on an Intel runner.
# Note that the `arm64` wheel and the `arm64` part of the `universal2`
# wheel cannot be tested in this configuration.
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"

jobs:
check-version-strings:
runs-on: ubuntu-latest
Expand All @@ -34,7 +40,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-11]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e46527f

Please sign in to comment.