Skip to content

Commit f715a53

Browse files
authored
fix(ci): use windows-2022 instead of latest (#8011)
1 parent 0ffb3ac commit f715a53

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)