https://bugzilla.mindrot.org/show_bug.cgi?id=3584

--- Comment #7 from Carlo Cabrera <carlo.antonio.cabr...@gmail.com> ---
> How do you select specific xcode versions?

You can use `xcode-select --switch /path/to/Xcode.app`. For example, to
use Xcode 14.3.1 on a GitHub macos-13 runner [1], do
```
sudo xcode-select --switch Applications/Xcode_14.3.1.app
```
You can also use `-s` instead of `--switch`.

[1]
https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to