File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,8 @@ jobs:
261261 - host : macos-latest
262262 target : aarch64-apple-darwin
263263
264- - host : windows-latest
264+ # Note: 2025 image breaks rollup
265+ - host : windows-2022
265266 target : x86_64-pc-windows-msvc
266267
267268 name : Build optimizer ${{ matrix.settings.target }}
@@ -684,7 +685,7 @@ jobs:
684685 # browser: firefox
685686 - host : macos-latest
686687 browser : webkit
687- - host : windows-latest
688+ - host : windows-2022
688689 browser : chromium
689690
690691 runs-on : ${{ matrix.settings.host }}
@@ -731,7 +732,7 @@ jobs:
731732 run : pnpm run test.e2e.qwik-react.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1
732733
733734 - name : Validate Create Qwik Cli
734- if : matrix.settings.host != 'windows-latest '
735+ if : matrix.settings.host != 'windows-2022 '
735736 run : pnpm cli.validate
736737
737738 # ########### E2E CLI TEST ############
@@ -749,7 +750,7 @@ jobs:
749750 settings :
750751 - host : ubuntu-latest
751752 - host : macos-latest
752- - host : windows-latest
753+ - host : windows-2022
753754
754755 runs-on : ${{ matrix.settings.host }}
755756
You can’t perform that action at this time.
0 commit comments