Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
false
fi
env:
DEVELOPER_DIR: "/Applications/Xcode_26.b1.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode-latest.app/Contents/Developer"

- name: Set build configuration
run: |
Expand All @@ -57,7 +57,7 @@ jobs:
make container dsym docs
tar cfz _site.tgz _site
env:
DEVELOPER_DIR: "/Applications/Xcode_26.b1.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode-latest.app/Contents/Developer"

- name: Create package
run: |
Expand All @@ -70,7 +70,7 @@ jobs:
launchctl setenv HTTP_PROXY $HTTP_PROXY
make test cleancontent install-kernel integration
env:
DEVELOPER_DIR: "/Applications/Xcode_26.b1.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode-latest.app/Contents/Developer"

- name: Save documentation artifact
uses: actions/upload-artifact@v4
Expand Down