From 50e0f73fea80276b8fed638ce0de58a4e1815a52 Mon Sep 17 00:00:00 2001 From: Jordan Kiley Date: Mon, 27 Sep 2021 17:23:53 -0400 Subject: [PATCH] Updated to use Xcode 12.5.0 for ios-release-tag (#633) --- circle.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/circle.yml b/circle.yml index 5519ca874a..cdd9834c27 100644 --- a/circle.yml +++ b/circle.yml @@ -10,7 +10,7 @@ workflows: jobs: # # Naming convention: {platform}-{additional description}-{build type} - # - {platform} is the client platform/framework, which may differ from + # - {platform} is the client platform/framework, which may differ from # the build platform. Specify both if applicable, e.g., "qt5-macos". # - {additional description} optionally describes the compiler or other # unique aspect of the build environment. @@ -21,14 +21,14 @@ workflows: parameters: xcode: ["11.7.0", "12.0.0"] buildtype: ["Debug", "Release"] - - ios-release-template: + - ios-release-template: xcode: "12.5.0" name: ios-release - # This should depend on sanitize jobs + # This should depend on sanitize jobs - ios-release-tag: - xcode: "12.0.0" + xcode: "12.5.0" # Commenting out to test for release. - # requires: + # requires: # - ios-build # - ios-release filters: @@ -37,7 +37,7 @@ workflows: branches: ignore: /.*/ - ios-trigger-metrics: - requires: + requires: - ios-build - ios-release filters: @@ -62,14 +62,14 @@ workflows: - ios-sanitize-nightly: requires: - ios-build - # TODO: Add matrix for these + # TODO: Add matrix for these - ios-sanitize-address-nightly: requires: - ios-build - ios-static-analyzer-nightly: requires: - ios-build - - metrics-nightly: + - metrics-nightly: requires: - ios-build