Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
chore: disable windows builds temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jun 24, 2022
1 parent b0bcff9 commit 071ef92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js-test-and-release.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
node: [16]
fail-fast: true
steps:
Expand Down

0 comments on commit 071ef92

Please sign in to comment.