Use DEVELOPER_DIR instead of a custom xcode-select script

`DEVELOPER_DIR` is the standard environment variable for overriding the
Xcode version, there is no need to invoke `xcode-select --switch`
manually to do this.

The variable is documented in both `man xcode-select` and `man xcrun`.
This commit is contained in:
Mads Marquart 2026-02-02 22:47:05 +01:00
parent f60a0f1bcc
commit 19e4108ed1
5 changed files with 7 additions and 21 deletions

View file

@ -165,9 +165,6 @@ jobs:
- name: install sccache
run: src/ci/scripts/install-sccache.sh
- name: select Xcode
run: src/ci/scripts/select-xcode.sh
- name: install clang
run: src/ci/scripts/install-clang.sh