Skip to content

Commit f2ba8ce

Browse files
committed
ci: use ARM64 Macos 14 runner for ARM builds
1 parent 44e061b commit f2ba8ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
cpp_arch: x64
5454
zmq_draft: false
5555

56-
- os: macos-13
56+
- os: macos-14
5757
node_version: 18
58-
node_arch: x64
58+
node_arch: arm64
5959
ARCH: arm64
6060
cpp_arch: amd64_arm64
6161
zmq_draft: false

Diff for: script/macos-arm-deps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
#! Install arm-brew on x86 MacOS Arm
55
#! Based on https://github.com/Homebrew/discussions/discussions/2843#discussioncomment-2243610
66

7-
bottle_tag="arm64_big_sur" # Macos 11 is big sure
7+
bottle_tag="arm64_sonoma" # Macos 14
88
dependencies="libsodium"
99

1010
mkdir -p ~/arm-target/bin

0 commit comments

Comments
 (0)