Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 ############
Expand All @@ -749,7 +750,7 @@ jobs:
settings:
- host: ubuntu-latest
- host: macos-latest
- host: windows-latest
- host: windows-2022

runs-on: ${{ matrix.settings.host }}

Expand Down