Skip to content

Commit a5a1295

Browse files
committed
CI: Add Qt6 Windows Arm builds to the scheduled workflow
This was missed when enabling the Qt6 Windows on Arm native builds.
1 parent 621b19a commit a5a1295

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/scheduled.yaml

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

348348
windows-qt6-build:
349349
name: Build Qt6 (Windows)
350-
runs-on: windows-2022
351350
needs: cache-cleanup
352351
strategy:
353352
fail-fast: true
354353
matrix:
355-
target: [x64]
354+
target: [x64, arm64]
356355
config: [RelWithDebInfo, Debug]
356+
include:
357+
- target: x64
358+
runner-os: windows-2022
359+
- target: arm64
360+
runner-os: windows-11-arm
361+
runs-on: ${{ matrix.runner-os }}
357362

358363
steps:
359364
- name: Checkout

0 commit comments

Comments
 (0)