Reenable CI on macOS

Working on fixing #2114.
This commit is contained in:
Christopher Allen
2021-06-11 13:21:40 +01:00
committed by Christopher Allen
parent 403f3119a6
commit 5cc0df775d

View File

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