From: Philip H. <47042125+pheiduck@users.noreply.github.com> Date: Sat, 7 Jun 2025 15:45:21 +0000 (+0200) Subject: CI: bump xcode to 16.4 X-Git-Tag: v9.1.1436~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2897a8d0404833bbb7f0140da805a1963c1b2d1f;p=thirdparty%2Fvim.git CI: bump xcode to 16.4 closes: #17446 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 3f2e06df57..47fdc0e2e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |