Revert "chore: Renable macos-latest build (#7640)" (#7692)

This reverts commit 3d3cd3fbb0.
This commit is contained in:
Maribeth Bottorff
2023-12-04 11:21:21 -08:00
committed by GitHub
parent 71ded9dd89
commit 1733e26e36
2 changed files with 6 additions and 2 deletions

View File

@@ -16,7 +16,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
# TODO (#2114): re-enable osx build.
# os: [ubuntu-latest, macos-latest]
os: [macos-latest]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at
# https://nodejs.org/en/about/releases/

View File

@@ -15,7 +15,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
# TODO (#2114): re-enable osx build.
# os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at
# https://nodejs.org/en/about/releases/