mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
committed by
Christopher Allen
parent
403f3119a6
commit
5cc0df775d
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user