We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0e8b9e + 782279b commit 9f31a6aCopy full SHA for 9f31a6a
1 file changed
.github/workflows/ci-macvim.yaml
@@ -29,20 +29,14 @@ jobs:
29
skip: ${{ ! startswith(github.ref, 'refs/tags/release') }}
30
legacy: true
31
32
- - os: macos-13
33
- xcode: '15.2'
34
- testgui: true
35
- extra: [vimtags, check-xcodeproj-compat]
36
-
37
- # Below runners use Apple Silicon.
38
- os: macos-14
39
xcode: '15.4'
40
- testgui: false
+ testgui: true
+ extra: [vimtags, check-xcodeproj-compat]
41
42
- # Most up to date OS and Xcode. Used to publish release for the main build.
43
- os: macos-15
44
xcode: '16.4'
45
+ testgui: false
46
publish: true
47
optimized: true
48
0 commit comments