File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -1113,6 +1113,11 @@ jobs:
1113
1113
- name : Checkout code
1114
1114
uses : actions/checkout@v4
1115
1115
1116
+ - name : Setup Xcode
1117
+ uses : maxim-lobanov/setup-xcode@v1
1118
+ with :
1119
+ xcode-version : latest-stable
1120
+
1116
1121
- name : Build
1117
1122
id : cmake_build
1118
1123
run : |
Original file line number Diff line number Diff line change @@ -600,14 +600,18 @@ jobs:
600
600
name : llama-bin-win-hip-${{ matrix.name }}-x64.zip
601
601
602
602
ios-xcode-build :
603
- runs-on : macos-latest
603
+ runs-on : macos-15
604
604
605
605
steps :
606
606
- name : Checkout code
607
607
uses : actions/checkout@v4
608
608
with :
609
609
fetch-depth : 0
610
610
611
+ - name : Setup Xcode
612
+ run : |
613
+ sudo xcode-select -s /Applications/Xcode_16.4.app
614
+
611
615
- name : Build
612
616
id : cmake_build
613
617
run : |
You can’t perform that action at this time.
0 commit comments