File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1204,9 +1204,7 @@ jobs:
12041204 ios-xcode :
12051205 needs : [check-release]
12061206 if : ${{ needs.check-release.outputs.should_release == 'true' }}
1207- # TODO: figure out how to make this work with macos-26
1208- # https://github.com/ggml-org/llama.cpp/actions/runs/26652714555/job/78604869474
1209- runs-on : macos-15
1207+ runs-on : macos-26
12101208
12111209 steps :
12121210 - name : Checkout code
@@ -1216,7 +1214,7 @@ jobs:
12161214
12171215 - name : Setup Xcode
12181216 run : |
1219- sudo xcode-select -s /Applications/Xcode_16.4 .app
1217+ sudo xcode-select -s /Applications/Xcode .app
12201218
12211219 - name : Build
12221220 id : cmake_build
@@ -1232,7 +1230,7 @@ jobs:
12321230 -DLLAMA_BUILD_TESTS=OFF \
12331231 -DLLAMA_BUILD_SERVER=OFF \
12341232 -DCMAKE_SYSTEM_NAME=iOS \
1235- -DCMAKE_OSX_DEPLOYMENT_TARGET=14 .0 \
1233+ -DCMAKE_OSX_DEPLOYMENT_TARGET=16 .0 \
12361234 -DCMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM=ggml
12371235 cmake --build build --config Release -j $(sysctl -n hw.logicalcpu) -- CODE_SIGNING_ALLOWED=NO
12381236
You can’t perform that action at this time.
0 commit comments