Skip to content

Commit 5d2e3f3

Browse files
authored
disabling the MacOS build job
1 parent 74da3d3 commit 5d2e3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-vscode-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
node-version: [12.14]
17-
os: [windows-latest, macos-latest, ubuntu-20.04]
17+
os: [windows-latest, ubuntu-20.04] # macos-latest,
1818
# fail-fast: false
1919

2020
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)