Skip to content

Commit 1733e26

Browse files
authored
Revert "chore: Renable macos-latest build (#7640)" (#7692)
This reverts commit 3d3cd3f.
1 parent 71ded9d commit 1733e26

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/browser_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
os: [ubuntu-latest, macos-latest]
19+
# TODO (#2114): re-enable osx build.
20+
# os: [ubuntu-latest, macos-latest]
21+
os: [macos-latest]
2022
node-version: [18.x, 20.x]
2123
# See supported Node.js release schedule at
2224
# https://nodejs.org/en/about/releases/

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, macos-latest]
18+
# TODO (#2114): re-enable osx build.
19+
# os: [ubuntu-latest, macos-latest]
20+
os: [ubuntu-latest]
1921
node-version: [18.x, 20.x]
2022
# See supported Node.js release schedule at
2123
# https://nodejs.org/en/about/releases/

0 commit comments

Comments
 (0)