Skip to content

Commit

Permalink
Move CI to Xcode 13.2 (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Nov 8, 2021
1 parent e29e2a8 commit 7e80a36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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_13.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_13.2.app/Contents/Developer
steps:
- uses: actions/checkout@v2
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 13 installed to build the integration specs.
You must have Xcode 13.2 installed to build the integration specs.

## Making changes to SourceKitten

Expand Down

0 comments on commit 7e80a36

Please sign in to comment.