Skip to content

Commit a272677

Browse files
committed
Update CI to build using Xcode 15.1
Update Xcode to latest version before release, as 15.1 seems to contain some bug fixes in the linker that may matter.
1 parent 401adfb commit a272677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-macvim.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
# Most up to date OS and Xcode. Used to publish release for the main build.
6969
- os: macos-13
70-
xcode: '15.0'
70+
xcode: '15.1'
7171
publish: true
7272

7373
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)