Skip to content

Commit ed3d504

Browse files
Remove windows from CI (for now)
1 parent dc26047 commit ed3d504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- { os: ubuntu-latest, crystal: latest }
1919
- { os: ubuntu-latest, crystal: nightly }
2020
- { os: macos-latest }
21-
- { os: windows-latest }
21+
# - { os: windows-latest }
2222

2323
runs-on: ${{ matrix.os }}
2424
steps:

0 commit comments

Comments
 (0)