From 26ae7b08c1799a8fd44718f658390d7ab3b5425b Mon Sep 17 00:00:00 2001 From: Lei Wang <66336933+wangzlei@users.noreply.github.com> Date: Sun, 18 Aug 2024 20:54:37 -0700 Subject: [PATCH] Update continuous-build.yml (#97) the latest macos-14 supports arm only. This PR using the previous version of macos image to unblock the release. --- .github/workflows/continuous-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-build.yml b/.github/workflows/continuous-build.yml index 072485e..788dc25 100644 --- a/.github/workflows/continuous-build.yml +++ b/.github/workflows/continuous-build.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: - - macos-latest + - macos-13 - ubuntu-latest ruby: - 2.4