mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
CI: install xcode 16.3 on macos-15 runner
closes: #17111 Signed-off-by: Philip H. <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
f4b1a60dd1
commit
906f306812
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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: |
|
||||
|
Reference in New Issue
Block a user