Skip to content

Commit

Permalink
Disable macos again
Browse files Browse the repository at this point in the history
  • Loading branch information
badsyntax committed Oct 12, 2020
1 parent fd0e0c2 commit 87e1cd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
matrix:
node-version: [12.16.2]
java-version: ["8", "11", "15"]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest]
# os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Use Node ${{ matrix.node-version }}
Expand Down

0 comments on commit 87e1cd3

Please sign in to comment.