-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brew supported distros: replace monterey with sonoma #1183
Conversation
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
updated to add sonoma, now that we have a sonoma machine in the buildfarm |
test deployment test bottle build for sonoma in osrf/homebrew-simulation#2794: |
Sonoma bottles work! |
Amazing! Calling the generation of all DSL after the merge in . @Crola1702 note that this will change the jobs names |
We still need to re-generate |
I don't think this changes any job names; the generic-release-homebrew_triggered_bottle_builder job keeps its name but it has job configurations whose names change. I don't think those are listed in generated_jobs.txt though |
Ouch, Steve is right, we don't have anything named with the MacOSX versions in the buildfarm. Sorry @Crola1702 , you probably don't need to update anything at this point. |
Okay. Thanks. I won't have to do any changes also because we have an action that does that for us 😶 |
Homebrew has already stopped supporting monterey as of Homebrew/brew#18314.
With this change, any bottle builds will only attempt to build bottles for ventura, until we add CI machines with a newer OS version.