CI: install xcode 16.3 on macos-15 runner Commit: https://github.com/vim/vim/commit/906f3068127c694d568c096a81d5e952341464fe Author: Philip H. <47042125+pheid...@users.noreply.github.com> Date: Sun Apr 13 18:19:56 2025 +0200
CI: install xcode 16.3 on macos-15 runner closes: https://github.com/vim/vim/issues/17111 Signed-off-by: Philip H. <47042125+pheid...@users.noreply.github.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c323a86f..b35c3b65e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1u40Db-000mtl-4r%40256bit.org.