Update macos runners#46
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the macOS CI runners from macos-13 to macos-latest in response to GitHub's deprecation of macos-13 runners. The change removes support for building macOS x86_64 wheels since macos-latest defaults to ARM64 architecture.
- Updates GitHub Actions workflows to use
macos-latestinstead of specific macOS versions - Removes
cp*-macosx_x86_64from cibuildwheel build targets - Updates vcpkg dependency version from 2025.03.19 to 2025.08.27
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Removes macOS x86_64 wheel building configuration and updates vcpkg version |
| cpp/setup_pipelines.sh | Updates vcpkg checkout to newer version |
| cpp/bindings/pipelines/loam.patch | Updates patch context to match newer codebase |
| .github/workflows/release.yml | Changes runner from macos-13 to macos-latest |
| .github/workflows/ci.yml | Updates test and build matrices to use macos-latest |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
macos-13 will be removed as a github runner very soon here. This PR switches to macos-latest as the base runner.
This unfortunately removes automatic building of macos-x86 wheels, but I don't see a way around it :/ (Or if it's needed anymore? Not sure how prevalent they are, I'm not a mac user)