Skip to content

Commit

Permalink
Temporarily disable CI on Windows
Browse files Browse the repository at this point in the history
This commit removes `windows-latest` from the `os` matrix. Until a fix for
hirosystems/clarinet#1634, `npm test` will fail on Windows.
  • Loading branch information
BowTiedRadone authored and moodmosaic committed Dec 28, 2024
1 parent 7ace538 commit db34ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
node: [22, 20, 18]

steps:
Expand Down

0 comments on commit db34ad7

Please sign in to comment.