mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 09:18:29 +00:00
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
This commit is contained in:
parent
44c009b6fc
commit
0f9d8b8db2
1 changed files with 6 additions and 6 deletions
12
.github/workflows/CI.yml
vendored
12
.github/workflows/CI.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue