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 a265175 commit f5ed14fCopy full SHA for f5ed14f
.github/workflows/build.yml
@@ -332,7 +332,6 @@ jobs:
332
test-toolchain:
333
if: (github.event_name != 'schedule') || (github.repository == 'mstorsjo/llvm-mingw')
334
needs: [linux-cross-windows]
335
- runs-on: windows-latest
336
defaults:
337
run:
338
shell: msys2 {0}
@@ -342,6 +341,9 @@ jobs:
342
341
arch:
343
- x86_64
344
- i686
+ - armv7
345
+ - aarch64
346
+ runs-on: ${{startsWith(matrix.arch, 'a') && 'windows-11-arm' || 'windows-latest'}}
347
steps:
348
- uses: msys2/setup-msys2@v2
349
with:
0 commit comments