Skip to content

Commit

Permalink
Merge pull request #1470 from ychin/ci-use-xcode-15.1
Browse files Browse the repository at this point in the history
Update CI to build using Xcode 15.1
  • Loading branch information
ychin committed Jan 4, 2024
2 parents 401adfb + a272677 commit a1d73f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-macvim.yaml
Expand Up @@ -67,7 +67,7 @@ jobs:

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

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a1d73f7

Please sign in to comment.