From e843933ef3fc203f984e00529e53bf7f4a797300 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Tue, 13 Jul 2021 05:38:27 -0700 Subject: [PATCH] try macOS for builds --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6f9c5680..6954b3c30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,8 @@ jobs: build: needs: unit-integration-test - runs-on: ubuntu-20.04 + # The CPU and RAM resources for macOS machines are much better on Github-hosted runners + runs-on: macos-10.15 name: Build env: MATRIX_ARCH: ${{ matrix.arch }}