diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b173c37d..3948faf74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,7 +150,7 @@ jobs: needs: build strategy: matrix: - OS: [ubuntu-latest, windows-latest] + OS: [ubuntu-latest] NODE_VERSION: [14] fail-fast: false env: @@ -213,4 +213,4 @@ jobs: run: pnpm run build - name: Test - run: pnpm run test:smoke \ No newline at end of file + run: pnpm run test:smoke