]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: use explicit version tags for macos runners (#14548)
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sun, 14 Apr 2024 16:48:34 +0000 (18:48 +0200)
committerGitHub <noreply@github.com>
Sun, 14 Apr 2024 16:48:34 +0000 (18:48 +0200)
as we do on others like ubuntu

Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/workflows/ci.yml

index 0120c8fca6f7190ea4ca5576a900de2911176902..4f6021634f3efd447af6c3d4393214b6d83b5060 100644 (file)
@@ -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