]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: Switch to macOS 26 runner
authorPhilip H. <47042125+pheiduck@users.noreply.github.com>
Thu, 20 Nov 2025 19:50:00 +0000 (19:50 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 20 Nov 2025 19:50:00 +0000 (19:50 +0000)
closes: #18775

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

index 472ce16fce62c70e753976514d8e0ff1f8671cea..beb226d99d1ad3b4b118c10baf768e12aa56169d 100644 (file)
@@ -406,7 +406,7 @@ jobs:
       fail-fast: false
       matrix:
         features: [tiny, normal, huge]
-        runner: [macos-15-intel, macos-15]
+        runner: [macos-15-intel, macos-26]
 
     steps:
       - name: Checkout repository from github