Skip to content

Commit

Permalink
ci: use ARM64 Macos 14 runner for ARM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 17, 2024
1 parent 44e061b commit 48c310a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cpp_arch: x64
zmq_draft: false

- os: macos-13
- os: macos-14
node_version: 18
node_arch: x64
ARCH: arm64
Expand Down
2 changes: 1 addition & 1 deletion script/macos-arm-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
#! Install arm-brew on x86 MacOS Arm
#! Based on https://github.com/Homebrew/discussions/discussions/2843#discussioncomment-2243610

bottle_tag="arm64_big_sur" # Macos 11 is big sure
bottle_tag="arm64_sonoma" # Macos 14
dependencies="libsodium"

mkdir -p ~/arm-target/bin
Expand Down

0 comments on commit 48c310a

Please sign in to comment.