From d885cc493cbc25a2fcd111b7abc1237ce45e1ce8 Mon Sep 17 00:00:00 2001 From: Steven Date: Fri, 2 Feb 2024 10:38:03 -0500 Subject: [PATCH] run with macos-14 to use arm --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2292af17..a690b27c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-14, windows-latest] node: [18, 20] runs-on: ${{ matrix.os }} services: