Update xcode developer version to new symlink (#374)

Related to https://github.com/apple/containerization/pull/234

Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
This commit is contained in:
Kathryn Baldauf
2025-07-25 13:11:29 -07:00
committed by GitHub
parent cc4a85bb09
commit 7dc1dda43f
+3 -3
View File
@@ -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: |
@@ -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: |
@@ -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