We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26a885 commit c097cadCopy full SHA for c097cad
.github/workflows/release.yml
@@ -4,15 +4,13 @@ on:
4
types: [published]
5
6
env:
7
- CI_XCODE: '/Applications/Xcode_15.0.app/Contents/Developer'
+ CI_XCODE: '/Applications/Xcode_15.4.app/Contents/Developer'
8
9
jobs:
10
docs:
11
runs-on: macos-13
12
steps:
13
- uses: actions/checkout@v4
14
- - name: Use multiple cores
15
- run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
16
- name: Build and Deploy Docs
17
run: set -o pipefail && env NSUnbufferedIO=YES Scripts/update-gh-pages-documentation-site
18
0 commit comments