diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index dd0fea6..7ff813b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, windows-latest] + os: [windows-latest] node: [10.x] steps: @@ -27,4 +27,4 @@ jobs: - run: yarn protocol - run: yarn run publish env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}