Skip to content

Commit

Permalink
ci: disable mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Jun 20, 2022
1 parent 2ecf274 commit e45ed4e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [
# disable mac due to https://github.com/nodejs/node/issues/42154
# macos-latest,
ubuntu-latest,
windows-latest,
]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit e45ed4e

Please sign in to comment.