Skip to content

Commit f505f24

Browse files
committed
Use xcode 16 and fi wheel building
1 parent 605117f commit f505f24

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/build_macos.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ concurrency:
2323
group: ${{ github.workflow }}-${{ github.ref }}
2424
cancel-in-progress: true
2525

26-
env:
27-
DEVELOPER_DIR: /Applications/Xcode_15.1.app/Contents/Developer
28-
2926
jobs:
3027
configure:
3128
runs-on: macos-latest

.github/workflows/python_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
env:
4949
CIBW_ARCHS: ${{matrix.cibw_archs}}
5050
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
51-
CIBW_TEST_SKIP: "*-macosx_x86_64 *-macosx_universal2:x86_64"
51+
#CIBW_TEST_SKIP: "*-macosx_x86_64 *-macosx_universal2:x86_64"
5252
CIBW_DEBUG_TRACEBACK: TRUE
5353
CIBW_ENVIRONMENT: |
5454
CIBW_DEBUG_TRACEBACK=TRUE MACOSX_DEPLOYMENT_TARGET=11.0 YUP_OSX_DEPLOYMENT_TARGET=11.0 YUP_OSX_ARCHITECTURES="x86_64;arm64"

0 commit comments

Comments
 (0)