kevinjqliu commented on code in PR #813:
URL: https://github.com/apache/arrow-nanoarrow/pull/813#discussion_r2404177853
##########
.github/workflows/python-wheels.yaml:
##########
@@ -99,7 +99,7 @@ jobs:
- {os: "windows-latest", label: "windows-x86", platform: "auto",
arch: "x86"}
- {os: "windows-latest", label: "windows-amd64", platform: "auto",
arch: "AMD64"}
- {os: "windows-latest", label: "windows-arm64", platform: "auto",
arch: "ARM64"}
- - {os: "macOS-13", label: "macOS", platform: "auto", arch: "auto"}
+ - {os: "macos-latest", label: "macOS", platform: "auto", arch:
"auto"}
Review Comment:
yea good one, i also changed to use `macos-15-intel` which is the
replacement for `macos-13`
https://docs.github.com/en/actions/reference/runners/github-hosted-runners#standard-github-hosted-runners-for-public-repositories
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]