Skip to content

Commit

Permalink
retry macos 13 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
niemilau committed Nov 4, 2024
1 parent 413641f commit 3b1f168
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
matrix:
# cibuildwheel takes care of building for all supported Python versions as stated in pyproject.toml
os: [
ubuntu-latest,
windows-latest,
#ubuntu-latest,
#windows-latest,
macos-13-x64,
macos-14 # arm64
#macos-14 # arm64
]

steps:

- if: contains(matrix.os, 'macos-13-x64')
- if: ${{ runner.os == 'macos-13-x64' }}
run: |
echo "CIBW_ARCHS_MACOS=x86_64" >> $GITHUB_ENV
Expand Down

0 comments on commit 3b1f168

Please sign in to comment.