Skip to content

Commit 369cf2a

Browse files
authored
ci: bump release to Xcode 13.2 (#297)
* ci: bump release to Xcode 13.2 * Update .codecov.yml * enable multicore on SPM only
1 parent ccbbb33 commit 369cf2a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ coverage:
66
status:
77
patch:
88
default:
9-
target: 71
9+
target: auto
1010
changes: false
1111
project:
1212
default:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ jobs:
123123
security default-keychain -s temporary
124124
security unlock-keychain -p "" temporary
125125
security set-keychain-settings -lut 7200 temporary
126-
#- name: Use multiple cores
127-
# run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
126+
- name: Use multiple cores
127+
run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
128128
- name: Build and Test
129129
run: swift test --enable-code-coverage -v
130130
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [published]
55
env:
66
CI_XCODE_VER: '/Applications/Xcode_11.7.app/Contents/Developer'
7-
CI_XCODE_13: '/Applications/Xcode_13.1.app/Contents/Developer'
7+
CI_XCODE_13: '/Applications/Xcode_13.2.app/Contents/Developer'
88

99
jobs:
1010
cocoapods:

0 commit comments

Comments
 (0)