ci : use macos-latest for arm64 webgpu build (#16029)

This commit updates the runs-on field for the macOS arm64 webgpu build
job to use macos-latest instead of just latest.

The motivation for this is that this job can wait for a runner to pick
up the job for a very long time, sometimes over 7 hours. This is an
attempt to see if this change can help reduce the wait time.

Refs: https://github.com/ggml-org/llama.cpp/actions/runs/17754163447/job/50454257570?pr=16004
This commit is contained in:
Daniel Bevenius 2025-09-16 15:27:52 +02:00 committed by GitHub
parent 3913f8730e
commit 77475530b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ jobs:
ctest -L main --verbose --timeout 900 ctest -L main --verbose --timeout 900
macOS-latest-cmake-arm64-webgpu: macOS-latest-cmake-arm64-webgpu:
runs-on: latest runs-on: macos-latest
steps: steps:
- name: Clone - name: Clone