CI: use explicit version tags for macos runners (#14548)
Commit:
https://github.com/vim/vim/commit/acba5af9572547dea7cbabe9a13e6a9a995a1281
Author: Philip H <[email protected]>
Date: Sun Apr 14 18:48:34 2024 +0200
CI: use explicit version tags for macos runners
(https://github.com/vim/vim/issues/14548)
as we do on others like ubuntu
Signed-off-by: Philip H <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0120c8fca..4f6021634 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -313,7 +313,7 @@ jobs:
fail-fast: false
matrix:
features: [tiny, normal, huge]
- runner: [macos-latest, macos-14]
+ runner: [macos-12, macos-14]
steps:
- name: Checkout repository from github
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/E1rw3D9-00AJsg-TO%40256bit.org.