Skip to content

Conversation

kevinjqliu
Copy link
Contributor

@kevinjqliu kevinjqliu commented Oct 3, 2025

Which issue does this PR close?

Closes #.

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 on
https://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 there any user-facing changes?

needs: [generate-license]
name: Mac x86_64
runs-on: macos-13
runs-on: macos-latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't this need to be macos-15-intel instead? I think we are already getting macos-latest in the build-python-mac-win job

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep! good catch

Copy link
Member

@timsaucer timsaucer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @kevinjqliu !

@timsaucer timsaucer merged commit e75addf into apache:main Oct 5, 2025
16 checks passed
@kevinjqliu kevinjqliu deleted the patch-1 branch October 5, 2025 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants