Skip to content

Commit

Permalink
Speculatively move CI to Xcode 13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Feb 21, 2022
1 parent 4021e76 commit 8e7a69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_13.3.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.2 installed to build the integration specs.
You must have Xcode 13.3 installed to build the integration specs.

## Making changes to SourceKitten

Expand Down

0 comments on commit 8e7a69d

Please sign in to comment.