Update xcode developer dir to new regularly updated symlink (#234)

The Xcode installation on the runners is regularly updated to the latest
release. A symlink at /Applications/Xcode-latest.app points to the most
recent installation. We should not rely on a specific version path.

Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
This commit is contained in:
Kathryn Baldauf
2025-07-25 11:38:55 -07:00
committed by GitHub
parent 5f7dcd2a16
commit 41c3e4a2c3
@@ -22,7 +22,7 @@ jobs:
contents: read
packages: write
env:
DEVELOPER_DIR: "/Applications/Xcode_26.b1.app/Contents/Developer"
DEVELOPER_DIR: "/Applications/Xcode-latest.app/Contents/Developer"
steps:
- name: Checkout repository