File tree Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ coverage:
8
8
changes : false
9
9
project :
10
10
default :
11
- target : 38
11
+ target : 36
12
12
comment :
13
13
require_changes : true
Original file line number Diff line number Diff line change 8
8
branches : [ main ]
9
9
10
10
env :
11
- CI_XCODE : ' /Applications/Xcode_15.0 .app/Contents/Developer'
11
+ CI_XCODE : ' /Applications/Xcode_15.4 .app/Contents/Developer'
12
12
13
13
concurrency :
14
14
group : ${{ github.workflow }}-${{ github.ref }}
15
15
cancel-in-progress : true
16
16
17
17
jobs :
18
18
spm-test :
19
- runs-on : macos-13
19
+ runs-on : macos-14
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- - name : Use multiple cores
23
- run : defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
22
+ - name : Install SwiftLint
23
+ run : brew install swiftlint
24
24
- name : Lint
25
25
run : set -o pipefail && env NSUnbufferedIO=YES swiftlint --strict
26
26
- name : Build and Test
69
69
70
70
docs :
71
71
timeout-minutes : 20
72
- runs-on : macos-13
72
+ runs-on : macos-14
73
73
steps :
74
74
- uses : actions/checkout@v4
75
- - name : Use multiple cores
76
- run : defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
77
75
- name : Generate Docs
78
76
run : set -o pipefail && env NSUnbufferedIO=YES Scripts/generate-documentation
79
77
env :
Original file line number Diff line number Diff line change 4
4
types : [published]
5
5
6
6
env :
7
- CI_XCODE : ' /Applications/Xcode_15.0 .app/Contents/Developer'
7
+ CI_XCODE : ' /Applications/Xcode_15.4 .app/Contents/Developer'
8
8
9
9
jobs :
10
10
docs :
11
- runs-on : macos-13
11
+ runs-on : macos-14
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - name : Use multiple cores
15
- run : defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
16
14
- name : Build and Deploy Docs
17
15
run : set -o pipefail && env NSUnbufferedIO=YES Scripts/update-gh-pages-documentation-site
18
16
env :
You can’t perform that action at this time.
0 commit comments