File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 78
78
- name : Setup Environment
79
79
id : setup
80
80
run : |
81
+ print '::group::Enable Xcode 15.2'
82
+ sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer
83
+ print '::endgroup::'
84
+
81
85
local -a to_remove=()
82
86
83
87
for formula (llvm gcc postgresql openjdk sox libsndfile flac libvorbis opusfile \
@@ -238,6 +242,10 @@ jobs:
238
242
run : |
239
243
: Setup Environment
240
244
245
+ print '::group::Enable Xcode 15.2'
246
+ sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer
247
+ print '::endgroup::'
248
+
241
249
to_remove=()
242
250
243
251
for formula (llvm gcc) {
@@ -336,6 +344,10 @@ jobs:
336
344
id : setup
337
345
run : |
338
346
: Setup Environment
347
+ print '::group::Enable Xcode 15.2'
348
+ sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer
349
+ print '::endgroup::'
350
+
339
351
local -a to_remove=()
340
352
341
353
for formula (llvm gcc) {
Original file line number Diff line number Diff line change 98
98
- name : Setup Environment
99
99
id : setup
100
100
run : |
101
+ : Setup Environment
102
+ print '::group::Enable Xcode 15.2'
103
+ sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer
104
+ print '::endgroup::'
105
+
101
106
local -a to_remove=()
102
107
103
108
for formula (llvm gcc postgresql openjdk sox libsndfile flac libvorbis opusfile \
@@ -182,6 +187,9 @@ jobs:
182
187
id : setup
183
188
run : |
184
189
: Setup Environment
190
+ print '::group::Enable Xcode 15.2'
191
+ sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer
192
+ print '::endgroup::'
185
193
186
194
to_remove=()
187
195
@@ -298,6 +306,10 @@ jobs:
298
306
id : setup
299
307
run : |
300
308
: Setup Environment
309
+ print '::group::Enable Xcode 15.2'
310
+ sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer
311
+ print '::endgroup::'
312
+
301
313
local -a to_remove=()
302
314
303
315
for formula (llvm gcc) {
You can’t perform that action at this time.
0 commit comments