From 31b14a4b1a0438f3f8cf17db7e196c0ada6a9f0a Mon Sep 17 00:00:00 2001 From: Wong Chee Hong Date: Sat, 27 Apr 2024 22:40:33 +0800 Subject: [PATCH] Use macos-x64 instead of macos-arm in runner --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 1beffb043..059a26a9c 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -30,7 +30,7 @@ jobs: - run: npm test -- "--karma-config=./tests/karma.ci.conf.js" macos-setup-and-tests: - runs-on: macos-latest + runs-on: macos-latest-large strategy: matrix: node-version: [16.x]