ci : update macos release to use macos-26 runner (#23878)
This commit is contained in:
@@ -66,7 +66,7 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- build: 'arm64'
|
- build: 'arm64'
|
||||||
arch: 'arm64'
|
arch: 'arm64'
|
||||||
os: macos-14
|
os: macos-26
|
||||||
defines: "-DGGML_METAL_USE_BF16=ON -DGGML_METAL_EMBED_LIBRARY=ON"
|
defines: "-DGGML_METAL_USE_BF16=ON -DGGML_METAL_EMBED_LIBRARY=ON"
|
||||||
# TODO: this build is disabled to save Github Actions resources (https://github.com/ggml-org/llama.cpp/pull/23780)
|
# TODO: this build is disabled to save Github Actions resources (https://github.com/ggml-org/llama.cpp/pull/23780)
|
||||||
# in order to enable it again, we have to provision dedicated runners to run it
|
# in order to enable it again, we have to provision dedicated runners to run it
|
||||||
@@ -1134,7 +1134,7 @@ jobs:
|
|||||||
ios-xcode-build:
|
ios-xcode-build:
|
||||||
needs: [check_release]
|
needs: [check_release]
|
||||||
if: ${{ needs.check_release.outputs.should_release == 'true' }}
|
if: ${{ needs.check_release.outputs.should_release == 'true' }}
|
||||||
runs-on: macos-15
|
runs-on: macos-26
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|||||||
Reference in New Issue
Block a user