Skip to content

Commit 2b64799

Browse files
committed
ci: Add macos-26 runner
Don't use macos-26 / Xcode 26 for making release builds yet. Doing so will require updating the OS deployment target and move legacy builds to include 10.13-10.15, and MacVim also doesn't work perfectly when compiled under the macOS 26 SDK right now.
1 parent 782279b commit 2b64799

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-macvim.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
publish: true
4141
optimized: true
4242

43+
- os: macos-26
44+
testgui: true
45+
4346
uses: ./.github/workflows/macvim-buildtest.yaml
4447
with:
4548
skip: ${{ matrix.skip && true || false }}

0 commit comments

Comments
 (0)