Skip to content

Commit d5b4244

Browse files
jeremyd2019mstorsjo
authored andcommitted
github: Run test-toolchain on ARM too
1 parent f3ead6e commit d5b4244

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ jobs:
332332
test-toolchain:
333333
if: (github.event_name != 'schedule') || (github.repository == 'mstorsjo/llvm-mingw')
334334
needs: [linux-cross-windows]
335-
runs-on: windows-latest
336335
defaults:
337336
run:
338337
shell: msys2 {0}
@@ -342,6 +341,9 @@ jobs:
342341
arch:
343342
- x86_64
344343
- i686
344+
- armv7
345+
- aarch64
346+
runs-on: ${{startsWith(matrix.arch, 'a') && 'windows-11-arm' || 'windows-latest'}}
345347
steps:
346348
- uses: msys2/setup-msys2@v2
347349
with:

0 commit comments

Comments
 (0)