mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
chore: Renable macos-latest build (#7640)
* chore: Renable macos-latest build * chore: Update browser_test.yml
This commit is contained in:
4
.github/workflows/browser_test.yml
vendored
4
.github/workflows/browser_test.yml
vendored
@@ -16,9 +16,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
# TODO (#2114): re-enable osx build.
|
||||
# os: [ubuntu-latest, macos-latest]
|
||||
os: [macos-latest]
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
node-version: [18.x, 20.x]
|
||||
# See supported Node.js release schedule at
|
||||
# https://nodejs.org/en/about/releases/
|
||||
|
||||
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -15,9 +15,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
# TODO (#2114): re-enable osx build.
|
||||
# os: [ubuntu-latest, macos-latest]
|
||||
os: [ubuntu-latest]
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
node-version: [18.x, 20.x]
|
||||
# See supported Node.js release schedule at
|
||||
# https://nodejs.org/en/about/releases/
|
||||
|
||||
Reference in New Issue
Block a user