Skip to content

Commit 48e6f71

Browse files
committed
CI: Add Windows arm64 Qt6 build matrix with WoA runners
1 parent 9b04eb0 commit 48e6f71

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/main.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,13 +537,18 @@ jobs:
537537

538538
windows-qt6-build:
539539
name: Build Qt6 (Windows)
540-
runs-on: windows-2022
541540
needs: pre-checks
542541
strategy:
543542
fail-fast: true
544543
matrix:
545-
target: [x64]
544+
target: [x64, arm64]
546545
config: [RelWithDebInfo, Debug]
546+
include:
547+
- target: x64
548+
runner-os: windows-2022
549+
- target: arm64
550+
runner-os: windows-11-arm
551+
runs-on: ${{ matrix.runner-os }}
547552

548553
steps:
549554
- name: Checkout

0 commit comments

Comments
 (0)