File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -261,8 +261,7 @@ jobs:
261261 - host : macos-latest
262262 target : aarch64-apple-darwin
263263
264- # Note: 2025 image breaks rollup
265- - host : windows-2022
264+ - host : windows-latest
266265 target : x86_64-pc-windows-msvc
267266
268267 name : Build optimizer ${{ matrix.settings.target }}
@@ -686,8 +685,8 @@ jobs:
686685 - host : macos-latest
687686 browser : webkit
688687 # flaky. Updating node version or sharp/sqlite3 related deps might help.
689- # - host: windows-2022
690- # browser: chromium
688+ - host : windows-latest
689+ browser : chromium
691690
692691 runs-on : ${{ matrix.settings.host }}
693692
@@ -733,7 +732,7 @@ jobs:
733732 run : pnpm run test.e2e.qwik-react.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1
734733
735734 - name : Validate Create Qwik Cli
736- if : matrix.settings.host != 'windows-2022 '
735+ if : matrix.settings.host != 'windows-latest '
737736 run : pnpm cli.validate
738737
739738 # ########### E2E CLI TEST ############
@@ -751,7 +750,7 @@ jobs:
751750 settings :
752751 - host : ubuntu-latest
753752 - host : macos-latest
754- - host : windows-2022
753+ - host : windows-latest
755754
756755 runs-on : ${{ matrix.settings.host }}
757756
You can’t perform that action at this time.
0 commit comments