Skip to content

Commit

Permalink
fix(ci): use newer multibuild sha
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Jul 1, 2024
1 parent 64444f6 commit 95579f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
with:
repository: multi-build/multibuild
path: multibuild
ref: ${{ (matrix.python == '3.11' || matrix.python == '3.12') && '452dd2d1705f6b2375369a6570c415beb3163f70' || '34e970c4bc448b73af0127615fc4583b4f247369' }}
ref: ${{ (matrix.python == '3.11' || matrix.python == '3.12' || matrix.os == 'macos-latest') && '88146e74ebc86baf97b6fec448ef766d64326582' || '34e970c4bc448b73af0127615fc4583b4f247369' }}

- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 95579f6

Please sign in to comment.