Skip to content

Commit 8186f9a

Browse files
committed
Update Xcode developer directory
1 parent 1341e22 commit 8186f9a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-xcframework-parallel-archives.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- destination: 'macOS,variant=Mac Catalyst'
3535
human_readable_platform: 'catalyst'
3636
env:
37-
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
37+
DEVELOPER_DIR: /Applications/Xcode_16.2.0.app/Contents/Developer
3838
LDK_C_BINDINGS_BASE: ${{ github.workspace }}/bindings/artifacts/ldk-c-bindings
3939
LDK_C_BINDINGS_BINARY_DIRECTORY: ${{ github.workspace }}/bindings/artifacts/bin
4040
steps:
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: macos-latest
6868
needs: [ build-xcarchives ]
6969
env:
70-
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
70+
DEVELOPER_DIR: /Applications/Xcode_16.2.0.app/Contents/Developer
7171
LDK_C_BINDINGS_BASE: ${{ github.workspace }}/bindings/artifacts/ldk-c-bindings
7272
steps:
7373
- name: Configure Xcode

.github/workflows/build-xcframework-parallel-libldk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Build & lipo libldk.a for ${{ matrix.configuration['human_readable_platform'] }}
2323
runs-on: macos-latest
2424
env:
25-
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
25+
DEVELOPER_DIR: /Applications/Xcode_16.2.0.app/Contents/Developer
2626
LDK_C_BINDINGS_BASE: ${{ github.workspace }}/bindings/artifacts/ldk-c-bindings
2727
strategy:
2828
fail-fast: true
@@ -77,7 +77,7 @@ jobs:
7777
needs: [ build-libldks ]
7878
runs-on: macos-latest
7979
env:
80-
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
80+
DEVELOPER_DIR: /Applications/Xcode_16.2.0.app/Contents/Developer
8181
LDK_C_BINDINGS_BASE: ${{ github.workspace }}/bindings/artifacts/ldk-c-bindings
8282
steps:
8383
- name: Configure Xcode

.github/workflows/build-xcframework-sequential.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Build libldks, build xcarchives, and combine into xcframework
2323
runs-on: macos-latest
2424
env:
25-
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
25+
DEVELOPER_DIR: /Applications/Xcode_16.2.0.app/Contents/Developer
2626
LDK_C_BINDINGS_BASE: ${{ github.workspace }}/bindings/artifacts/ldk-c-bindings
2727
steps:
2828
# - name: Configure Xcode

.github/workflows/release-framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Generate XCFramework
1919
runs-on: macos-latest
2020
env:
21-
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
21+
DEVELOPER_DIR: /Applications/Xcode_16.2.0.app/Contents/Developer
2222
LDK_C_BINDINGS_BASE: ${{ github.workspace }}/bindings/artifacts/ldk-c-bindings
2323
steps:
2424
- name: Configure Xcode

0 commit comments

Comments
 (0)