We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4f69f commit 09ac671Copy full SHA for 09ac671
.github/workflows/build_wheels_macos.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
- uses: actions/setup-python@v3
24
- name: Install cibuildwheel
25
- run: python -m pip install cibuildwheel==2.16.5
+ run: python -m pip install cibuildwheel==2.22.0
26
- name: Build wheels
27
run: |
28
export BOOST_BASE=$(pwd)/dist/boost
0 commit comments