]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: install xcode 16.3 on macos-15 runner
authorPhilip H. <47042125+pheiduck@users.noreply.github.com>
Sun, 13 Apr 2025 16:19:56 +0000 (18:19 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 13 Apr 2025 16:19:56 +0000 (18:19 +0200)
closes: #17111

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

index 3c323a86f44991ac82b6cdf702627da409127ac2..b35c3b65ef13bb22dcab5e663a7448e566fd14d8 100644 (file)
@@ -355,7 +355,7 @@ jobs:
         if: matrix.runner == 'macos-15'
         run: |
           # Xcode 16 has compiler bugs which are fixed in 16.2+
-          sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
+          sudo xcode-select -s /Applications/Xcode_16.3.app/Contents/Developer
 
       - name: Set up environment
         run: |