Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions .github/workflows/ci-macvim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,20 @@ jobs:
skip: ${{ ! startswith(github.ref, 'refs/tags/release') }}
legacy: true

- os: macos-13
xcode: '15.2'
testgui: true
extra: [vimtags, check-xcodeproj-compat]

# Below runners use Apple Silicon.
- os: macos-14
xcode: '15.4'
testgui: false
testgui: true
extra: [vimtags, check-xcodeproj-compat]

# Most up to date OS and Xcode. Used to publish release for the main build.
- os: macos-15
xcode: '16.4'
testgui: true
testgui: false
publish: true
optimized: true

- os: macos-26
testgui: true

uses: ./.github/workflows/macvim-buildtest.yaml
with:
skip: ${{ matrix.skip && true || false }}
Expand Down
Loading