Skip to content

Commit f7b835b

Browse files
committed
Update GitHubAction to latest MacOS
1 parent ae95107 commit f7b835b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ jobs:
3636

3737
- name: Build wheels
3838
env:
39-
CIBW_ENVIRONMENT_MACOS: CC=gcc-15
40-
CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET=15.0
39+
CIBW_ENVIRONMENT_MACOS: CC=gcc-15 MACOSX_DEPLOYMENT_TARGET=26.0
4140
run: python -m cibuildwheel --output-dir wheelhouse
4241

4342
- name: Test on all platforms except MacOS

0 commit comments

Comments
 (0)