File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -327,12 +327,10 @@ jobs:
327327 llvm-mingw-*.zip
328328 retention-days : 7
329329
330- # Run llvm-mingw's tests on x86_64 and i686 with the cross-built corresponding
331- # toolchains from above.
330+ # Run llvm-mingw's tests with the cross-built toolchains from above.
332331 test-toolchain :
333332 if : (github.event_name != 'schedule') || (github.repository == 'mstorsjo/llvm-mingw')
334333 needs : [linux-cross-windows]
335- runs-on : windows-latest
336334 defaults :
337335 run :
338336 shell : msys2 {0}
@@ -342,6 +340,9 @@ jobs:
342340 arch :
343341 - x86_64
344342 - i686
343+ - armv7
344+ - aarch64
345+ runs-on : ${{startsWith(matrix.arch, 'a') && 'windows-11-arm' || 'windows-latest'}}
345346 steps :
346347 - uses : msys2/setup-msys2@v2
347348 with :
You can’t perform that action at this time.
0 commit comments