Skip to content

Commit

Permalink
separate conditions for macos-12 and macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Oct 26, 2024
1 parent 5bde2e0 commit d209480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
python -m build 2>&1 | tee build.log
exit `fgrep -i warning build.log | grep -v "WARNING setuptools_scm" | grep -v "-warnings" | grep -v "All Warnings are enabled" | wc -l`
- if: startsWith(matrix.platform, 'macos-')
- if: ${{ (matrix.platform == 'macos-12' && matrix.python-version == '3.11') || matrix.platform == 'macos-14' }}
run: |
# workaround for buggy universal2 wheel names (contain single arch binary only!)
for whl in dist/*_universal2.whl; do
Expand Down

0 comments on commit d209480

Please sign in to comment.