mirror of
https://github.com/vim/vim.git
synced 2025-10-17 07:44:28 -04:00
CI: stop using macos-13 runner
> The macOS 13 runner image will be retired by December 4th, 2025. Update to the macos-15-intel runner. It seems that runners ending with "large" require an enterprise plan, so macos-15-intel is the only other available macOS Intel runner. Also both macOS 15 runners now use Xcode 16.4 by default, so there is no need to install it manually. closes: #18471 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
c4e6a87959
commit
48755bb7d5
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -391,7 +391,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
features: [tiny, normal, huge]
|
features: [tiny, normal, huge]
|
||||||
runner: [macos-13, macos-15]
|
runner: [macos-15-intel, macos-15]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository from github
|
- name: Checkout repository from github
|
||||||
@@ -403,12 +403,6 @@ jobs:
|
|||||||
brew install lua libtool
|
brew install lua libtool
|
||||||
echo "LUA_PREFIX=$(brew --prefix)" >> $GITHUB_ENV
|
echo "LUA_PREFIX=$(brew --prefix)" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Set up Xcode
|
|
||||||
if: matrix.runner == 'macos-15'
|
|
||||||
run: |
|
|
||||||
# Xcode 16 has compiler bugs which are fixed in 16.2+
|
|
||||||
sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
|
|
||||||
|
|
||||||
- name: Set up environment
|
- name: Set up environment
|
||||||
run: |
|
run: |
|
||||||
(
|
(
|
||||||
|
Reference in New Issue
Block a user