From 8e7a69d362121c5ef27d8fade36dde97777a21ef Mon Sep 17 00:00:00 2001 From: John Fairhurst Date: Mon, 21 Feb 2022 11:17:55 +0000 Subject: [PATCH] Speculatively move CI to Xcode 13.3 --- .github/workflows/Tests.yml | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index d1754fe07..f3db16548 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -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: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7cd7363a9..a9ce5a126 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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