Skip to content

Commit 2563f8b

Browse files
committed
CI: windows-11-arm trial pt.2
1 parent d55417d commit 2563f8b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,18 @@ jobs:
2020
sys: [windows]
2121
icon: ['⬜']
2222
buildenv: [VS2022]
23-
2423
compiler: ["MSVC"]
25-
platform: ["x86_64"]
2624
mode: ["cxx23"]
2725
build-type: ["Release", "Debug"]
2826
target : ["all"]
2927
cmake-override: [""]
3028
include:
3129
- compiler: "MSVC"
3230
compiler-ver: "19"
31+
- runs-on: windows-2025
32+
platform: "x86_64"
33+
- runs-on: windows-11-arm
34+
platform: "arm64"
3335

3436
steps:
3537
- name: '🧰 Checkout'

0 commit comments

Comments
 (0)