Configuring a formula to build bottles using the newest version of Xcode available on a macOS runner #5810
Unanswered
rgoldberg
asked this question in
Writing Formulae/Casks
Replies: 1 comment 1 reply
-
If you specify the minimum as the latest version it will take that version. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
GitHub macOS runners have multiple versions of Xcode installed.
How can I configure a formula to build bottles using the newest version of Xcode available on the macOS runner?
If I cannot specify using the latest, can I specify a specific version?
This is different than setting the minimum Xcode version required to build, as I want the bottles to be built with the latest Xcode, not with a legacy version.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions