Commit: CI: use explicit version tags for macos runners (#14548)

3 views
Skip to first unread message

Christian Brabandt

unread,
Apr 14, 2024, 1:00:19 PMApr 14
to vim...@googlegroups.com
CI: use explicit version tags for macos runners (#14548)

Commit: https://github.com/vim/vim/commit/acba5af9572547dea7cbabe9a13e6a9a995a1281
Author: Philip H <47042125...@users.noreply.github.com>
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 <47042125...@users.noreply.github.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

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
Reply all
Reply to author
Forward
0 new messages