]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : fix ios-xcode-build (#15324)
authorSigbjørn Skjæret <redacted>
Fri, 15 Aug 2025 12:02:39 +0000 (14:02 +0200)
committerGitHub <redacted>
Fri, 15 Aug 2025 12:02:39 +0000 (14:02 +0200)
* fix ios-xcode-build

* use xcode-select with fixed version

* switch to macos-15 to get xcode 16.4

.github/workflows/build.yml
.github/workflows/release.yml

index d5af79f240600d70950ac3d8e0c589d22a1f350e..83aaea99470d1caf46c3cb0f14854312c5bd507e 100644 (file)
@@ -1113,6 +1113,11 @@ jobs:
       - name: Checkout code
         uses: actions/checkout@v4
 
+      - name: Setup Xcode
+        uses: maxim-lobanov/setup-xcode@v1
+        with:
+          xcode-version: latest-stable
+
       - name: Build
         id: cmake_build
         run: |
index 4dbe51b7f0576a006368dca1aed8d46402972959..9ebb0236fa345d44cadf522a825c91173e405244 100644 (file)
@@ -600,7 +600,7 @@ jobs:
           name: llama-bin-win-hip-${{ matrix.name }}-x64.zip
 
   ios-xcode-build:
-    runs-on: macos-latest
+    runs-on: macos-15
 
     steps:
       - name: Checkout code
@@ -608,6 +608,10 @@ jobs:
         with:
           fetch-depth: 0
 
+      - name: Setup Xcode
+        run: |
+          sudo xcode-select -s /Applications/Xcode_16.4.app
+
       - name: Build
         id: cmake_build
         run: |