We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ded9d commit 1733e26Copy full SHA for 1733e26
2 files changed
.github/workflows/browser_test.yml
@@ -16,7 +16,9 @@ jobs:
16
17
strategy:
18
matrix:
19
- os: [ubuntu-latest, macos-latest]
+ # TODO (#2114): re-enable osx build.
20
+ # os: [ubuntu-latest, macos-latest]
21
+ os: [macos-latest]
22
node-version: [18.x, 20.x]
23
# See supported Node.js release schedule at
24
# https://nodejs.org/en/about/releases/
.github/workflows/build.yml
@@ -15,7 +15,9 @@ jobs:
15
+ os: [ubuntu-latest]
0 commit comments