Skip to content

Commit 7dc1dda

Browse files
Update xcode developer version to new symlink (apple#374)
Related to apple/containerization#234 Signed-off-by: Kathryn Baldauf <[email protected]>
1 parent cc4a85b commit 7dc1dda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/common.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
false
4444
fi
4545
env:
46-
DEVELOPER_DIR: "/Applications/Xcode_26.b1.app/Contents/Developer"
46+
DEVELOPER_DIR: "/Applications/Xcode-latest.app/Contents/Developer"
4747

4848
- name: Set build configuration
4949
run: |
@@ -57,7 +57,7 @@ jobs:
5757
make container dsym docs
5858
tar cfz _site.tgz _site
5959
env:
60-
DEVELOPER_DIR: "/Applications/Xcode_26.b1.app/Contents/Developer"
60+
DEVELOPER_DIR: "/Applications/Xcode-latest.app/Contents/Developer"
6161

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

7575
- name: Save documentation artifact
7676
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)