diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index feca43817f9..cd9754a52c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -261,7 +261,8 @@ jobs: - host: macos-latest target: aarch64-apple-darwin - - host: windows-latest + # Note: 2025 image breaks rollup + - host: windows-2022 target: x86_64-pc-windows-msvc name: Build optimizer ${{ matrix.settings.target }} @@ -684,7 +685,7 @@ jobs: # browser: firefox - host: macos-latest browser: webkit - - host: windows-latest + - host: windows-2022 browser: chromium runs-on: ${{ matrix.settings.host }} @@ -731,7 +732,7 @@ jobs: run: pnpm run test.e2e.qwik-react.${{ matrix.settings.browser }} --timeout 60000 --retries 7 --workers 1 - name: Validate Create Qwik Cli - if: matrix.settings.host != 'windows-latest' + if: matrix.settings.host != 'windows-2022' run: pnpm cli.validate ############ E2E CLI TEST ############ @@ -749,7 +750,7 @@ jobs: settings: - host: ubuntu-latest - host: macos-latest - - host: windows-latest + - host: windows-2022 runs-on: ${{ matrix.settings.host }}