Skip to content

Commit

Permalink
ci: bump release to Xcode 13.2 (#297)
Browse files Browse the repository at this point in the history
* ci: bump release to Xcode 13.2

* Update .codecov.yml

* enable multicore on SPM only
  • Loading branch information
cbaker6 authored Dec 8, 2021
1 parent ccbbb33 commit 369cf2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ coverage:
status:
patch:
default:
target: 71
target: auto
changes: false
project:
default:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 369cf2a

Please sign in to comment.