From: Philip H. <47042125+pheiduck@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:50:00 +0000 (+0000) Subject: CI: Switch to macOS 26 runner X-Git-Tag: v9.1.1920~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55c65c3e4029d4a9fea12e3c118516eeef1e432d;p=thirdparty%2Fvim.git CI: Switch to macOS 26 runner closes: #18775 Signed-off-by: Philip H. <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 472ce16fce..beb226d99d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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