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 917fe1d commit 9fc58ecCopy full SHA for 9fc58ec
.github/workflows/ci.yml
@@ -88,7 +88,9 @@ jobs:
88
name: Build with rolldown
89
strategy:
90
matrix:
91
- os: [ubuntu-latest, windows-latest, macos-latest]
+ # NOTE(kazupon): rolldown build fail out on windows...
92
+ # os: [ubuntu-latest, windows-latest, macos-latest]
93
+ os: [ubuntu-latest, macos-latest]
94
node: [24]
95
96
runs-on: ${{ matrix.os }}
0 commit comments