-
Notifications
You must be signed in to change notification settings - Fork 13.1k
ci : update macos-latest* jobs to use macos-latest #15938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There might still be CI failures but #15922 should hopefully address this. |
Careful, some were pinned for a reason #15324 |
x86 to macos-14 might be enough, thanks for looking at this @danbev it's impossible to pass a CI build at the moment. |
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
768e661
to
7a86402
Compare
Heads up; |
The latest commit will download and install |
Should no longer be necessary upon final release (8G download in build CI is not ideal). |
This is just until it is actually available, it will not be downloaded/installed if it already exists on the system. |
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)
Thank you for pointing this out. I was not aware of this and have opened #16040 to correct my mistake. |
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 (#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: #15938 (comment)
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)
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