Skip to content

Commit c097cad

Browse files
authored
Update release.yml
1 parent c26a885 commit c097cad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ on:
44
types: [published]
55

66
env:
7-
CI_XCODE: '/Applications/Xcode_15.0.app/Contents/Developer'
7+
CI_XCODE: '/Applications/Xcode_15.4.app/Contents/Developer'
88

99
jobs:
1010
docs:
1111
runs-on: macos-13
1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: Use multiple cores
15-
run: defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
1614
- name: Build and Deploy Docs
1715
run: set -o pipefail && env NSUnbufferedIO=YES Scripts/update-gh-pages-documentation-site
1816
env:

0 commit comments

Comments
 (0)