Skip to content

Commit

Permalink
Move CI to Xcode 15.2 (#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Feb 27, 2024
1 parent e4c9d54 commit a04e99e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
matrix:
spec: ["objc_spec", "swift_spec", "cocoapods_spec"]
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -49,7 +49,7 @@ git push
You'll need push access to the integration specs repo to do this. You can
request access from one of the maintainers when filing your PR.

You must have Xcode 14 installed to build the integration specs.
You must have Xcode 15.2 installed to build the integration specs.

## Making changes to SourceKitten

Expand Down
2 changes: 1 addition & 1 deletion SourceKitten
Submodule SourceKitten updated 111 files
Binary file modified bin/sourcekitten
Binary file not shown.
2 changes: 1 addition & 1 deletion spec/integration_specs
Submodule integration_specs updated 127 files

0 comments on commit a04e99e

Please sign in to comment.