chore: Renable macos-latest build (#7640)

* chore: Renable macos-latest build

* chore: Update browser_test.yml
This commit is contained in:
Zoey Li
2023-11-29 13:18:44 -08:00
committed by GitHub
parent 7bda30924a
commit 3d3cd3fbb0
2 changed files with 2 additions and 6 deletions

View File

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

View File

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