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:
11131113 - name : Checkout code
11141114 uses : actions/checkout@v4
11151115
1116+ - name : Setup Xcode
1117+ uses : maxim-lobanov/setup-xcode@v1
1118+ with :
1119+ xcode-version : latest-stable
1120+
11161121 - name : Build
11171122 id : cmake_build
11181123 run : |
Original file line number Diff line number Diff line change @@ -600,14 +600,18 @@ jobs:
600600 name : llama-bin-win-hip-${{ matrix.name }}-x64.zip
601601
602602 ios-xcode-build :
603- runs-on : macos-latest
603+ runs-on : macos-15
604604
605605 steps :
606606 - name : Checkout code
607607 uses : actions/checkout@v4
608608 with :
609609 fetch-depth : 0
610610
611+ - name : Setup Xcode
612+ run : |
613+ sudo xcode-select -s /Applications/Xcode_16.4.app
614+
611615 - name : Build
612616 id : cmake_build
613617 run : |
You can’t perform that action at this time.
0 commit comments