Skip to content

Commit

Permalink
Revert "chore: Renable macos-latest build (#7640)" (#7692)
Browse files Browse the repository at this point in the history
This reverts commit 3d3cd3f.
  • Loading branch information
maribethb authored Dec 4, 2023
1 parent 71ded9d commit 1733e26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/browser_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 1733e26

Please sign in to comment.