File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
34
34
- destination : ' macOS,variant=Mac Catalyst'
35
35
human_readable_platform : ' catalyst'
36
36
env :
37
- DEVELOPER_DIR : /Applications/Xcode_16.2 .0.app/Contents/Developer
37
+ DEVELOPER_DIR : /Applications/Xcode_15.4 .0.app/Contents/Developer
38
38
LDK_C_BINDINGS_BASE : ${{ github.workspace }}/bindings/artifacts/ldk-c-bindings
39
39
LDK_C_BINDINGS_BINARY_DIRECTORY : ${{ github.workspace }}/bindings/artifacts/bin
40
40
steps :
41
41
- name : Configure Xcode
42
42
uses : maxim-lobanov/setup-xcode@v1
43
43
with :
44
- xcode-version : latest
44
+ xcode-version : 15.4.0
45
45
- name : Print Xcode SDK availability
46
46
shell : bash
47
47
run :
@@ -71,13 +71,13 @@ jobs:
71
71
runs-on : macos-latest
72
72
needs : [ build-xcarchives ]
73
73
env :
74
- DEVELOPER_DIR : /Applications/Xcode_16.2 .0.app/Contents/Developer
74
+ DEVELOPER_DIR : /Applications/Xcode_15.4 .0.app/Contents/Developer
75
75
LDK_C_BINDINGS_BASE : ${{ github.workspace }}/bindings/artifacts/ldk-c-bindings
76
76
steps :
77
77
- name : Configure Xcode
78
78
uses : maxim-lobanov/setup-xcode@v1
79
79
with :
80
- xcode-version : latest
80
+ xcode-version : 15.4.0
81
81
- name : Checkout
82
82
uses : actions/checkout@v3
83
83
- name : Download xcarchives
Original file line number Diff line number Diff line change 22
22
name : Build & lipo libldk.a for ${{ matrix.configuration['human_readable_platform'] }}
23
23
runs-on : macos-latest
24
24
env :
25
- DEVELOPER_DIR : /Applications/Xcode_16.2 .0.app/Contents/Developer
25
+ DEVELOPER_DIR : /Applications/Xcode_15.4 .0.app/Contents/Developer
26
26
LDK_C_BINDINGS_BASE : ${{ github.workspace }}/bindings/artifacts/ldk-c-bindings
27
27
strategy :
28
28
fail-fast : true
49
49
if : matrix.configuration['human_readable_platform'] == 'catalyst'
50
50
uses : maxim-lobanov/setup-xcode@v1
51
51
with :
52
- xcode-version : latest
52
+ xcode-version : 15.4.0
53
53
- name : Checkout
54
54
uses : actions/checkout@v3
55
55
- name : Install Dependencies
@@ -77,13 +77,13 @@ jobs:
77
77
needs : [ build-libldks ]
78
78
runs-on : macos-latest
79
79
env :
80
- DEVELOPER_DIR : /Applications/Xcode_16.2 .0.app/Contents/Developer
80
+ DEVELOPER_DIR : /Applications/Xcode_15.4 .0.app/Contents/Developer
81
81
LDK_C_BINDINGS_BASE : ${{ github.workspace }}/bindings/artifacts/ldk-c-bindings
82
82
steps :
83
83
- name : Configure Xcode
84
84
uses : maxim-lobanov/setup-xcode@v1
85
85
with :
86
- xcode-version : latest
86
+ xcode-version : 15.4.0
87
87
- name : Checkout
88
88
uses : actions/checkout@v3
89
89
- name : Download libldks
Original file line number Diff line number Diff line change 41
41
- name : Configure Xcode
42
42
uses : maxim-lobanov/setup-xcode@v1
43
43
with :
44
- xcode-version : latest
44
+ xcode-version : 15.4.0
45
45
- name : Checkout
46
46
uses : actions/checkout@v2
47
47
- name : Install Dependencies
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
18
18
name : Generate XCFramework
19
19
runs-on : macos-latest
20
20
env :
21
- DEVELOPER_DIR : /Applications/Xcode_16.2 .0.app/Contents/Developer
21
+ DEVELOPER_DIR : /Applications/Xcode_15.4 .0.app/Contents/Developer
22
22
LDK_C_BINDINGS_BASE : ${{ github.workspace }}/bindings/artifacts/ldk-c-bindings
23
23
steps :
24
24
- name : Configure Xcode
25
25
uses : maxim-lobanov/setup-xcode@v1
26
26
with :
27
- xcode-version : latest
27
+ xcode-version : 15.4.0
28
28
- name : Checkout
29
29
uses : actions/checkout@v3
30
30
- name : Update Package.swift tag to ${{ github.event.inputs.tag }}
You can’t perform that action at this time.
0 commit comments