Skip to content

Commit d7d9021

Browse files
jeremyd2019mstorsjo
authored andcommitted
github: Run test-toolchain on ARM too
1 parent 7bc6345 commit d7d9021

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)