mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
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:
committed by
Christopher Allen
parent
f477db2251
commit
f94cb15021
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user