Skip to content

Commit c538bb4

Browse files
dependabot[bot]catanzaromj
authored andcommitted
chore(deps): bump pypa/cibuildwheel from 3.2.0 to 3.3.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> swap out deprecated macos-13 for macos15-latest
1 parent 59c0a85 commit c538bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ubuntu-latest,
1717
ubuntu-24.04-arm,
1818
windows-latest,
19-
macos-13, # intel x86_64
19+
macos-15-intel, # intel x86_64
2020
# macos-14,
2121
macos-latest, # arm 64
2222
]
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
git clone https://github.com/martinus/robin-hood-hashing robinhood
2828
- name: Build wheels
29-
uses: pypa/cibuildwheel@v3.2.0
29+
uses: pypa/cibuildwheel@v3.3.0
3030
env:
3131
CIBW_SKIP: "*win_arm64 *_i686"
3232
CIBW_BUILD_VERBOSITY: 1

0 commit comments

Comments
 (0)