Skip to content

CI: Update to macos 13 runner & add linux arm runner #1475

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

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
include:
- os: ubuntu-22.04
arch: x86_64
# - os: ubuntu-22.04
# arch: i686
- os: macos-12
- os: ubuntu-22.04-arm
arch: aarch64
- os: macos-13
arch: x86_64
cmake_osx_architectures: x86_64
macos_deployment_target: "12.0"
macos_deployment_target: "13.0"
- os: macos-14
arch: arm64
cmake_osx_architectures: arm64
Expand Down
2 changes: 1 addition & 1 deletion docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Change Log

Latest
------

- WHL: MacOS minimum deployment target moved to 13 (pull #1475)

3.7.0
------
Expand Down
Loading