Skip to content

Commit

Permalink
Update CI to build using Xcode 15.1
Browse files Browse the repository at this point in the history
Update Xcode to latest version before release, as 15.1 seems to contain
some bug fixes in the linker that may matter.
  • Loading branch information
ychin committed Jan 4, 2024
1 parent 401adfb commit a272677
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 a272677

Please sign in to comment.