We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08e36d commit 611dae0Copy full SHA for 611dae0
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
strategy:
37
fail-fast: false
38
matrix:
39
- plat: ["ubuntu", "windows", "macos"]
+ plat: [ "ubuntu", "macos" ]
40
runs-on: ${{matrix.plat}}-latest
41
steps:
42
- uses: actions/checkout@v4
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
- plat: ["ubuntu", "macos"] # TODO: on windows the tailwind upgrader tests are failing
55
56
57
0 commit comments