File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
2828 ref : kean/rebuild-1.0
2929 fetch-depth : 0
3030
31- - name : Download OSX SDK
32- if : matrix.os == 'macos-13'
33- run : |
34- sudo mkdir -p /opt/
35- sudo chown -R $USER /opt/
36- curl -L https://github.com/phracker/MacOSX-SDKs/releases/download/10.13/MacOSX10.9.sdk.tar.xz -o MacOSX10.9.sdk.tar.xz
37- tar -xJf MacOSX10.9.sdk.tar.xz -C /opt/
38-
31+ # - name: Download OSX SDK
32+ # if: matrix.os == 'macos-13'
33+ # run: |
34+ # sudo mkdir -p /opt/
35+ # sudo chown -R $USER /opt/
36+ # curl -L https://github.com/phracker/MacOSX-SDKs/releases/download/10.13/MacOSX10.9.sdk.tar.xz -o MacOSX10.9.sdk.tar.xz
37+ # tar -xJf MacOSX10.9.sdk.tar.xz -C /opt/
38+
3939 - name : Build and publish
40404141 with :
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ macos_min_version: # [osx]
1111MACOSX_DEPLOYMENT_TARGET : # [osx]
1212 - 10.9 # [osx]
1313CONDA_BUILD_SYSROOT :
14- - /opt/MacOSX10.9 .sdk # [osx]
14+ - /Applications/Xcode_14.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX .sdk # [osx]
You can’t perform that action at this time.
0 commit comments