]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: stop using macos-13 runner
authorzeertzjq <zeertzjq@outlook.com>
Fri, 3 Oct 2025 08:04:25 +0000 (08:04 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 3 Oct 2025 08:04:25 +0000 (08:04 +0000)
> The macOS 13 runner image will be retired by December 4th, 2025.

Update to the macos-15-intel runner.

It seems that runners ending with "large" require an enterprise plan, so
macos-15-intel is the only other available macOS Intel runner.

Also both macOS 15 runners now use Xcode 16.4 by default, so there is no
need to install it manually.

closes: #18471

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/workflows/ci.yml

index 004f4a622e85678188ea75dfc02a2f13724761cd..7bee29995ef4a38801d184f478db686f746eb50b 100644 (file)
@@ -391,7 +391,7 @@ jobs:
       fail-fast: false
       matrix:
         features: [tiny, normal, huge]
-        runner: [macos-13, macos-15]
+        runner: [macos-15-intel, macos-15]
 
     steps:
       - name: Checkout repository from github
@@ -403,12 +403,6 @@ jobs:
           brew install lua libtool
           echo "LUA_PREFIX=$(brew --prefix)" >> $GITHUB_ENV
 
-      - name: Set up Xcode
-        if: matrix.runner == 'macos-15'
-        run: |
-          # Xcode 16 has compiler bugs which are fixed in 16.2+
-          sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
-
       - name: Set up environment
         run: |
           (