From: Daniel Bevenius Date: Tue, 16 Sep 2025 13:27:52 +0000 (+0200) Subject: ci : use macos-latest for arm64 webgpu build (#16029) X-Git-Tag: upstream/0.0.6527~38 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=77475530b8bbea3bf578632507e1284cdfe2c8c0;p=pkg%2Fggml%2Fsources%2Fllama.cpp 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 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f2dccde..0a00c85b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -138,7 +138,7 @@ jobs: ctest -L main --verbose --timeout 900 macOS-latest-cmake-arm64-webgpu: - runs-on: latest + runs-on: macos-latest steps: - name: Clone