Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Updated to use Xcode 12.5.0 for ios-release-tag (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkiley committed Sep 27, 2021
1 parent dfe8735 commit 50e0f73
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand All @@ -37,7 +37,7 @@ workflows:
branches:
ignore: /.*/
- ios-trigger-metrics:
requires:
requires:
- ios-build
- ios-release
filters:
Expand All @@ -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

Expand Down

0 comments on commit 50e0f73

Please sign in to comment.