Skip to content

Commit

Permalink
Re-enable CI test runs for 1.0 branch (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari authored Feb 7, 2022
1 parent 1c9cc6b commit f6d14d3
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
parameters:
xcode_version:
type: string
default: "13.0.0"
default: "13.2.1"
ios_current_version:
type: string
default: "15.0"
Expand All @@ -15,10 +15,10 @@ parameters:
default: "iphonesimulator15.0"
macos_version: # The user-facing version string for macOS builds
type: string
default: "11.5.2"
default: "11.6.2"
macos_sdk: # The full SDK string to use for macOS builds
type: string
default: "macosx11.3"
default: "macosx12.1"
tvos_version: # The user-facing version string of tvOS builds
type: string
default: "15.0"
Expand Down Expand Up @@ -200,10 +200,6 @@ workflows:
jobs:
- Swift_Build:
name: Build with SPM
filters:
# Don't run this on any branch with "1.0" in the name (temporary!)
branches:
ignore: /.*1.0.*/
- IntegrationTests_macOS_current:
name: Apollo Integration Tests macOS << pipeline.parameters.macos_version >>
filters:
Expand Down Expand Up @@ -236,10 +232,6 @@ workflows:
ignore: /.*1.0.*/
- CodegenLib_macOS_current:
name: Swift Code Generation
filters:
# Don't run this on any branch with "1.0" in the name (temporary!)
branches:
ignore: /.*1.0.*/
- CocoaPodsTrunk:
name: Push Podspec to CocoaPods Trunk
requires:
Expand Down

0 comments on commit f6d14d3

Please sign in to comment.