Re-disable CI on macOS

I have been unable to resolve the mocha test issues, so leave macOS
disabled for the moment.
This commit is contained in:
Christopher Allen
2021-06-11 16:54:53 +01:00
committed by Christopher Allen
parent f477db2251
commit f94cb15021

View File

@@ -8,9 +8,12 @@ on: [pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
# TODO (#2114): re-enable osx build.
# os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
node-version: [12.x, 14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/