Skip to content

Commit 9f31a6a

Browse files
authored
Merge pull request #1622 from ychin/ci-remove-macos13
ci: Remove macos-13 runner
2 parents f0e8b9e + 782279b commit 9f31a6a

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci-macvim.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,14 @@ jobs:
2929
skip: ${{ ! startswith(github.ref, 'refs/tags/release') }}
3030
legacy: true
3131

32-
- os: macos-13
33-
xcode: '15.2'
34-
testgui: true
35-
extra: [vimtags, check-xcodeproj-compat]
36-
37-
# Below runners use Apple Silicon.
3832
- os: macos-14
3933
xcode: '15.4'
40-
testgui: false
34+
testgui: true
35+
extra: [vimtags, check-xcodeproj-compat]
4136

42-
# Most up to date OS and Xcode. Used to publish release for the main build.
4337
- os: macos-15
4438
xcode: '16.4'
45-
testgui: true
39+
testgui: false
4640
publish: true
4741
optimized: true
4842

0 commit comments

Comments
 (0)