Skip to content

Commit 72e6f90

Browse files
committed
CI: switch job to Windows on ARM64
1 parent bc68187 commit 72e6f90

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/on_PR_meson.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,17 @@ jobs:
9696
meson compile -C "${{github.workspace}}/build" --verbose
9797
meson test -C "${{github.workspace}}/build" --verbose
9898
MSYS2:
99-
runs-on: windows-latest
99+
runs-on: ${{matrix.runner}}
100100
name: MSYS2-${{matrix.platform}}-deps=${{matrix.deps}}
101101
strategy:
102102
matrix:
103103
deps: ['enabled', 'disabled']
104-
platform: ['UCRT64', 'CLANG64']
104+
platform: ['UCRT64', 'CLANGARM64']
105+
include:
106+
- platform: UCRT64
107+
runner: windows-latest
108+
- platform: CLANGARM64
109+
runner: windows-11-arm
105110
defaults:
106111
run:
107112
shell: msys2 {0}

0 commit comments

Comments
 (0)