From 48c310a6c1b67cd15d939f858d0b43d19b962741 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Mon, 17 Jun 2024 12:00:13 -0700 Subject: [PATCH] ci: use ARM64 Macos 14 runner for ARM builds --- .github/workflows/CI.yml | 2 +- script/macos-arm-deps.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0aafc107..151b8079 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 diff --git a/script/macos-arm-deps.sh b/script/macos-arm-deps.sh index a62758e5..2c70cdeb 100755 --- a/script/macos-arm-deps.sh +++ b/script/macos-arm-deps.sh @@ -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