Skip to content

Commit

Permalink
CI: Add arm64 slice to Windows Qt6 matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav committed Jan 11, 2024
1 parent 6efb75b commit d831848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ jobs:
strategy:
fail-fast: true
matrix:
target: [x64, x86]
target: [x64, arm64, x86]
config: [RelWithDebInfo, Debug]

steps:
Expand Down Expand Up @@ -563,7 +563,7 @@ jobs:
strategy:
fail-fast: true
matrix:
target: [x64, x86]
target: [x64, arm64, x86]
needs: [pre-checks, windows-qt6-build]
steps:
- name: Checkout
Expand Down

0 comments on commit d831848

Please sign in to comment.