Skip to content

Commit bd32577

Browse files
danbevangt
authored andcommitted
ci : revert back to macos-13 for macOS-latest-cmake-x64 (ggml-org#16040)
This commit reverts the change of the runs-on parameter for the macOS-latest-cmake-x64 job back to macos-13 that was make in Commit 51abc96 ("ci : update macos-latest* jobs to use macos-latest (ggml-org#15938)"). The motivation for this is that using macos-latest will cause an ARM based runner to be used, and not an x64 based runner. Refs: ggml-org#15938 (comment)
1 parent b156f68 commit bd32577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
ctest -L 'main|curl' --verbose --timeout 900
9898
9999
macOS-latest-cmake-x64:
100-
runs-on: macos-latest
100+
runs-on: macos-13
101101

102102
steps:
103103
- name: Clone

0 commit comments

Comments
 (0)