Skip to content

Commit 27d8903

Browse files
committed
CI: Update to macos 13 runner & add linux arm runner
1 parent 03e986c commit 27d8903

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ jobs:
6464
include:
6565
- os: ubuntu-22.04
6666
arch: x86_64
67-
# - os: ubuntu-22.04
68-
# arch: i686
69-
- os: macos-12
67+
- os: ubuntu-22.04-arm
68+
arch: aarch64
69+
- os: macos-13
7070
arch: x86_64
7171
cmake_osx_architectures: x86_64
72-
macos_deployment_target: "12.0"
72+
macos_deployment_target: "13.0"
7373
- os: macos-14
7474
arch: arm64
7575
cmake_osx_architectures: arm64

docs/history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Change Log
33

44
Latest
55
------
6-
6+
- WHL: MacOS minimum deployment target moved to 13 (pull #1475)
77

88
3.7.0
99
------

0 commit comments

Comments
 (0)