-
Notifications
You must be signed in to change notification settings - Fork 3.9k
infra: macos-13 is deprecated #47690
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
base: main
Are you sure you want to change the base?
infra: macos-13 is deprecated #47690
Conversation
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format?
or
See also: |
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 @kevinjqliu for giving this a try!
dev/tasks/r/github.packages.yml
Outdated
matrix: | ||
platform: | ||
- { runs_on: macos-13, arch: "x86_64" } | ||
- { runs_on: macos-latest, arch: "arm64" } |
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.
we still want to test with x86_64
architecture we probably should use the new macos-15-intel
runners, see:
https://github.com/actions/runner-images?tab=readme-ov-file#available-images
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.
yes good catch! ty
a3e410b
to
c61c40c
Compare
c61c40c
to
a9ffb5b
Compare
@github-actions crossbow submit wheel-macos-monterey-*-amd64 verify-rc-source-macos |
Revision: a9ffb5b Submitted crossbow builds: ursacomputing/crossbow @ actions-9c62fc0d9f |
Rationale for this change
https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/
replacing with
macos-15-intel
based onhttps://docs.github.com/en/actions/reference/runners/github-hosted-runners#standard-github-hosted-runners-for-public-repositories
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?
This PR includes breaking changes to public APIs. (If there are any breaking changes to public APIs, please explain which changes are breaking. If not, you can remove this.)
This PR contains a "Critical Fix". (If the changes fix either (a) a security vulnerability, (b) a bug that caused incorrect or invalid data to be produced, or (c) a bug that causes a crash (even when the API contract is upheld), please provide explanation. If not, you can remove this.)