]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: bump xcode to 16.4
authorPhilip H. <47042125+pheiduck@users.noreply.github.com>
Sat, 7 Jun 2025 15:45:21 +0000 (17:45 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 7 Jun 2025 15:45:21 +0000 (17:45 +0200)
closes: #17446

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

index 3f2e06df570a0f3b860a7922a4afb61ac298dd46..47fdc0e2e903f51fac20d36c1309fdea5bb31023 100644 (file)
@@ -387,7 +387,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.3.app/Contents/Developer
+          sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
 
       - name: Set up environment
         run: |