Skip to content

Commit 87e1cd3

Browse files
committed
Disable macos again
1 parent fd0e0c2 commit 87e1cd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ jobs:
7878
matrix:
7979
node-version: [12.16.2]
8080
java-version: ["8", "11", "15"]
81-
os: [ubuntu-latest, windows-latest, macos-latest]
81+
os: [ubuntu-latest, windows-latest]
82+
# os: [ubuntu-latest, windows-latest, macos-latest]
8283
steps:
8384
- uses: actions/checkout@v2
8485
- name: Use Node ${{ matrix.node-version }}

0 commit comments

Comments
 (0)