Skip to content

Commit ae8e8f7

Browse files
committed
github: Run test-compiler-rt on ARM too
1 parent 2be65d4 commit ae8e8f7

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
@@ -507,13 +507,15 @@ jobs:
507507
# Only running these tests in scheduled builds.
508508
if: (github.event_name == 'schedule') && (github.repository == 'mstorsjo/llvm-mingw')
509509
needs: [linux-cross-windows, prepare]
510-
runs-on: windows-latest
511510
strategy:
512511
fail-fast: false
513512
matrix:
514513
arch:
515514
- x86_64
516515
- i686
516+
- armv7
517+
- aarch64
518+
runs-on: ${{startsWith(matrix.arch, 'a') && 'windows-11-arm' || 'windows-latest'}}
517519
steps:
518520
- name: Install dependencies
519521
run: |

0 commit comments

Comments
 (0)