Skip to content

Commit 897e58c

Browse files
committed
CI: Update to macos 13 runner & add linux arm runner
1 parent 42aa92f commit 897e58c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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: armv7l
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

0 commit comments

Comments
 (0)