We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc68187 commit 72e6f90Copy full SHA for 72e6f90
.github/workflows/on_PR_meson.yaml
@@ -96,12 +96,17 @@ jobs:
96
meson compile -C "${{github.workspace}}/build" --verbose
97
meson test -C "${{github.workspace}}/build" --verbose
98
MSYS2:
99
- runs-on: windows-latest
+ runs-on: ${{matrix.runner}}
100
name: MSYS2-${{matrix.platform}}-deps=${{matrix.deps}}
101
strategy:
102
matrix:
103
deps: ['enabled', 'disabled']
104
- platform: ['UCRT64', 'CLANG64']
+ platform: ['UCRT64', 'CLANGARM64']
105
+ include:
106
+ - platform: UCRT64
107
+ runner: windows-latest
108
+ - platform: CLANGARM64
109
+ runner: windows-11-arm
110
defaults:
111
run:
112
shell: msys2 {0}
0 commit comments