From: Sigbjørn Skjæret Date: Fri, 15 Aug 2025 12:02:39 +0000 (+0200) Subject: ci : fix ios-xcode-build (#15324) X-Git-Tag: upstream/0.0.6199~26 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d3248d9b6557c75d59954c594bb53cf517591e91;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : fix ios-xcode-build (#15324) * fix ios-xcode-build * use xcode-select with fixed version * switch to macos-15 to get xcode 16.4 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5af79f2..83aaea99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4dbe51b7..9ebb0236 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |