mirror of
https://github.com/apple/container.git
synced 2026-09-26 09:35:37 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user