File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 6
6
branches : ' *'
7
7
8
8
env :
9
- CI_XCODE : ' /Applications/Xcode_14.1 .app/Contents/Developer'
9
+ CI_XCODE : ' /Applications/Xcode_14.2 .app/Contents/Developer'
10
10
11
11
concurrency :
12
12
group : ${{ github.workflow }}-${{ github.ref }}
65
65
env_vars : LINUX
66
66
fail_ci_if_error : true
67
67
68
+ docs :
69
+ timeout-minutes : 10
70
+ needs : spm-test
71
+ runs-on : macos-latest
72
+ steps :
73
+ - uses : actions/checkout@v3
74
+ - name : Use multiple cores
75
+ run : defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
76
+ - name : Generate Docs
77
+ run : set -o pipefail && env NSUnbufferedIO=YES Scripts/generate-documentation
78
+ env :
79
+ DEVELOPER_DIR : ${{ env.CI_XCODE }}
Original file line number Diff line number Diff line change 5
5
6
6
env :
7
7
CI_XCODE_VER : ' /Applications/Xcode_12.app/Contents/Developer'
8
- CI_XCODE_13 : ' /Applications/Xcode_13.4.1 .app/Contents/Developer'
8
+ CI_XCODE : ' /Applications/Xcode_14.2 .app/Contents/Developer'
9
9
10
10
jobs :
11
11
docs :
18
18
run : set -o pipefail && env NSUnbufferedIO=YES Scripts/update-gh-pages-documentation-site
19
19
env :
20
20
CURRENT_BRANCH_NAME : release
21
- DEVELOPER_DIR : ${{ env.CI_XCODE_13 }}
21
+ DEVELOPER_DIR : ${{ env.CI_XCODE }}
You can’t perform that action at this time.
0 commit comments