-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Remove macos-12 and its variants, deprecated #17838
Conversation
.github/workflows/build-ripunzip.yml
Outdated
@@ -17,7 +17,7 @@ jobs: | |||
strategy: | |||
fail-fast: false | |||
matrix: | |||
os: [ubuntu-20.04, macos-12, windows-2019] | |||
os: [ubuntu-20.04, macos-14, windows-2019] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be the oldest supported version, not the latest (we're building software we want to use on all supported OS, so that's easier to avoid compatibility issues with an old OS rather than a new one)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the heads up, and for the context, it makes a lot of sense
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
@@ -44,7 +44,7 @@ jobs: | |||
# without waiting for the macOS build | |||
build-and-test-macos: | |||
if: github.repository_owner == 'github' | |||
runs-on: macos-12-xl | |||
runs-on: macos-13-xlarge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This WF I'm not sure whether it should be on 13 or 14, but in the bigger sense it doesn't really matter. Let's keep this as-is.
Pull Request checklist
All query authors
.qhelp
. See the documentation in this repository.Internal query authors only
.ql
,.qll
, or.qhelp
files. See the documentation (internal access required).