Skip to content

Commit 7a86402

Browse files
committed
ci : update macos-latest* jobs to use macos-latest
This commit updates the jobs that are named macos-latest* to use the macos-latest label instead explicit versions. The motivation for this is that there is currently a mixuture of versions in this workflow and there are jobs that are failing because they require a newer version. Refs: https://github.com/ggml-org/llama.cpp/actions/runs/17644792595/job/50140010907#step:5:1759
1 parent 24a6734 commit 7a86402

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ env:
5656

5757
jobs:
5858
macOS-latest-cmake-arm64:
59-
runs-on: macos-14
59+
runs-on: macos-latest
6060

6161
steps:
6262
- name: Clone
@@ -96,7 +96,7 @@ jobs:
9696
ctest -L 'main|curl' --verbose --timeout 900
9797
9898
macOS-latest-cmake-x64:
99-
runs-on: macos-13
99+
runs-on: macos-latest
100100

101101
steps:
102102
- name: Clone
@@ -136,7 +136,7 @@ jobs:
136136
ctest -L main --verbose --timeout 900
137137
138138
macOS-latest-cmake-arm64-webgpu:
139-
runs-on: macos-14
139+
runs-on: latest
140140

141141
steps:
142142
- name: Clone

0 commit comments

Comments
 (0)