try macOS for builds

This commit is contained in:
Jamil Bou Kheir
2021-07-13 05:38:27 -07:00
parent c7e1fdbc21
commit e843933ef3

View File

@@ -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 }}