Skip to content

Commit 3b8cb28

Browse files
committed
Use Xcode version 15.4.0
1 parent e4cc047 commit 3b8cb28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
name: Build libldks, build xcarchives, and combine into xcframework
2323
runs-on: macos-latest
2424
env:
25-
DEVELOPER_DIR: /Applications/Xcode_16.2.0.app/Contents/Developer
25+
DEVELOPER_DIR: /Applications/Xcode_15.4.0.app/Contents/Developer
2626
LDK_C_BINDINGS_BASE: ${{ github.workspace }}/bindings/artifacts/ldk-c-bindings
2727
steps:
2828
- name: Configure Xcode
2929
uses: maxim-lobanov/setup-xcode@v1
3030
with:
31-
xcode-version: latest
31+
xcode-version: 15.4.0
3232
- name: Print Xcode SDK availability
3333
shell: bash
3434
run: |

0 commit comments

Comments
 (0)