Skip to content

Commit 09ac671

Browse files
authored
bump cibuildwheel
1 parent 2f4f69f commit 09ac671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-python@v3
2424
- name: Install cibuildwheel
25-
run: python -m pip install cibuildwheel==2.16.5
25+
run: python -m pip install cibuildwheel==2.22.0
2626
- name: Build wheels
2727
run: |
2828
export BOOST_BASE=$(pwd)/dist/boost

0 commit comments

Comments
 (0)