Skip to content

Commit 29f41ff

Browse files
committed
Use existing sdk for osx
1 parent 32af5dc commit 29f41ff

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/build-publish-anaconda.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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
4040
uses: openalea/[email protected]
4141
with:

conda-recipe/vtkbone/conda_build_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ macos_min_version: # [osx]
1111
MACOSX_DEPLOYMENT_TARGET: # [osx]
1212
- 10.9 # [osx]
1313
CONDA_BUILD_SYSROOT:
14-
- /opt/MacOSX10.9.sdk # [osx]
14+
- /Applications/Xcode_14.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk # [osx]

0 commit comments

Comments
 (0)