File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ coverage:
6
6
status :
7
7
patch :
8
8
default :
9
- target : 71
9
+ target : auto
10
10
changes : false
11
11
project :
12
12
default :
Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ jobs:
123
123
security default-keychain -s temporary
124
124
security unlock-keychain -p "" temporary
125
125
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
128
128
- name : Build and Test
129
129
run : swift test --enable-code-coverage -v
130
130
env :
Original file line number Diff line number Diff line change 4
4
types : [published]
5
5
env :
6
6
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'
8
8
9
9
jobs :
10
10
cocoapods :
You can’t perform that action at this time.
0 commit comments