We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e986c commit 27d8903Copy full SHA for 27d8903
.github/workflows/release.yaml
@@ -64,12 +64,12 @@ jobs:
64
include:
65
- os: ubuntu-22.04
66
arch: x86_64
67
- # - os: ubuntu-22.04
68
- # arch: i686
69
- - os: macos-12
+ - os: ubuntu-22.04-arm
+ arch: aarch64
+ - os: macos-13
70
71
cmake_osx_architectures: x86_64
72
- macos_deployment_target: "12.0"
+ macos_deployment_target: "13.0"
73
- os: macos-14
74
arch: arm64
75
cmake_osx_architectures: arm64
docs/history.rst
@@ -3,7 +3,7 @@ Change Log
3
4
Latest
5
------
6
-
+- WHL: MacOS minimum deployment target moved to 13 (pull #1475)
7
8
3.7.0
9
0 commit comments