From 0f9d8b8db24c83cd916d8c9aced960262a9ab83d Mon Sep 17 00:00:00 2001 From: "Lvv.me" Date: Thu, 14 Oct 2021 08:46:43 -0700 Subject: [PATCH] Update CI Xcode version to 13.0 (#1536) Summary: ## Changes in this pull request - Update CI Xcode version to 13.0 for testing iOS 15 compatibility ### Checklist - [x] All tests pass. Demo project builds and runs. - [x] I added tests, an experiment, or detailed why my change isn't tested. - [x] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1536 Reviewed By: candance Differential Revision: D31628765 Pulled By: lorixx fbshipit-source-id: 1583cf0e1e8df524deede1204ce1430baa39262b --- .github/workflows/CI.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5c0d61ab..73a2ba58 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,7 +13,7 @@ jobs: name: Unit Test macOS runs-on: macos-11 env: - DEVELOPER_DIR: /Applications/Xcode_12.5.1.app + DEVELOPER_DIR: /Applications/Xcode_13.0.app WORKSPACE_NAME: IGListKit.xcworkspace SCHEME_NAME: IGListKit-macOS steps: @@ -44,7 +44,7 @@ jobs: name: Unit Test iOS runs-on: macos-11 env: - DEVELOPER_DIR: /Applications/Xcode_12.5.1.app + DEVELOPER_DIR: /Applications/Xcode_13.0.app WORKSPACE_NAME: IGListKit.xcworkspace SCHEME_NAME: IGListKit strategy: @@ -78,7 +78,7 @@ jobs: name: Cocoapods Lint runs-on: macos-11 env: - DEVELOPER_DIR: /Applications/Xcode_12.5.1.app + DEVELOPER_DIR: /Applications/Xcode_13.0.app steps: - name: Checkout uses: actions/checkout@v2 @@ -107,7 +107,7 @@ jobs: name: Verify generate_spm_sources_layout.sh is not broken runs-on: macos-11 env: - DEVELOPER_DIR: /Applications/Xcode_12.5.1.app + DEVELOPER_DIR: /Applications/Xcode_13.0.app WORKSPACE_NAME: IGListKit.xcworkspace PROJECT_NAME: IGListKit.xcodeproj IOS_DESTINATION: "name=iPhone 12 Pro" @@ -141,7 +141,7 @@ jobs: name: Verify SPM build by invoking `xcodebuild` on Package.swift runs-on: macos-11 env: - DEVELOPER_DIR: /Applications/Xcode_12.5.1.app + DEVELOPER_DIR: /Applications/Xcode_13.0.app WORKSPACE_NAME: IGListKit.xcworkspace PROJECT_NAME: IGListKit.xcodeproj IOS_DESTINATION: "name=iPhone 12 Pro" @@ -166,7 +166,7 @@ jobs: name: Verify Carthage build XCFramework runs-on: macos-11 env: - DEVELOPER_DIR: /Applications/Xcode_12.5.1.app + DEVELOPER_DIR: /Applications/Xcode_13.0.app steps: - name: Checkout uses: actions/checkout@v2