Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg committed Jun 22, 2024
1 parent b2d1cfb commit 3de38d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Build wheels mac
uses: pypa/[email protected]
if: matrix.os in ('macos-13', 'macos-14')
if: matrix.os == 'macos-13' or matrix.os == 'macos-14'
env:
CIBW_ARCHS: auto64

Expand Down

0 comments on commit 3de38d0

Please sign in to comment.