Skip to content

Commit a1d73f7

Browse files
authored
Merge pull request #1470 from ychin/ci-use-xcode-15.1
Update CI to build using Xcode 15.1
2 parents 401adfb + a272677 commit a1d73f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-macvim.yaml

+1-1
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)