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:
261
261
- host : macos-latest
262
262
target : aarch64-apple-darwin
263
263
264
- - host : windows-latest
264
+ # Note: 2025 image breaks rollup
265
+ - host : windows-2022
265
266
target : x86_64-pc-windows-msvc
266
267
267
268
name : Build optimizer ${{ matrix.settings.target }}
@@ -684,7 +685,7 @@ jobs:
684
685
# browser: firefox
685
686
- host : macos-latest
686
687
browser : webkit
687
- - host : windows-latest
688
+ - host : windows-2022
688
689
browser : chromium
689
690
690
691
runs-on : ${{ matrix.settings.host }}
@@ -731,7 +732,7 @@ jobs:
731
732
run : pnpm run test.e2e.qwik-react.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1
732
733
733
734
- name : Validate Create Qwik Cli
734
- if : matrix.settings.host != 'windows-latest '
735
+ if : matrix.settings.host != 'windows-2022 '
735
736
run : pnpm cli.validate
736
737
737
738
# ########### E2E CLI TEST ############
@@ -749,7 +750,7 @@ jobs:
749
750
settings :
750
751
- host : ubuntu-latest
751
752
- host : macos-latest
752
- - host : windows-latest
753
+ - host : windows-2022
753
754
754
755
runs-on : ${{ matrix.settings.host }}
755
756
You can’t perform that action at this time.
0 commit comments