From 369cf2aa5f0fe60b0ea712605b929ccbfba4ef4d Mon Sep 17 00:00:00 2001 From: Corey Date: Wed, 8 Dec 2021 17:39:35 -0500 Subject: [PATCH] ci: bump release to Xcode 13.2 (#297) * ci: bump release to Xcode 13.2 * Update .codecov.yml * enable multicore on SPM only --- .codecov.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 59006cb1a..7009a7cb2 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -6,7 +6,7 @@ coverage: status: patch: default: - target: 71 + target: auto changes: false project: default: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5e6de7be..c5650b884 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,8 +123,8 @@ jobs: security default-keychain -s temporary security unlock-keychain -p "" temporary security set-keychain-settings -lut 7200 temporary - #- name: Use multiple cores - # run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1 + - name: Use multiple cores + run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1 - name: Build and Test run: swift test --enable-code-coverage -v env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad95bb35a..373ae54a9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: types: [published] env: CI_XCODE_VER: '/Applications/Xcode_11.7.app/Contents/Developer' - CI_XCODE_13: '/Applications/Xcode_13.1.app/Contents/Developer' + CI_XCODE_13: '/Applications/Xcode_13.2.app/Contents/Developer' jobs: cocoapods: