From 5cc0df775dc91a4e3e8ece4d5810e27d9601cc20 Mon Sep 17 00:00:00 2001 From: Christopher Allen Date: Fri, 11 Jun 2021 13:21:40 +0100 Subject: [PATCH] Reenable CI on macOS Working on fixing #2114. --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3fdc5fd76..c958961a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,11 +7,10 @@ on: [pull_request] jobs: build: - # TODO (#2114): re-enable osx build. - runs-on: ubuntu-latest - + runs-on: ${{ matrix.os }} strategy: matrix: + os: [ubuntu-latest, macos-latest] node-version: [12.x, 14.x, 16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/