Skip to content

Commit fcdfee0

Browse files
committed
WIP: github: Test on arm too
1 parent 007c16e commit fcdfee0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/compiler-rt.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44

55
jobs:
66
llvm-mingw:
7-
runs-on: windows-latest
87
strategy:
98
fail-fast: false
109
matrix:
1110
arch:
1211
- x86_64
1312
- i686
13+
- armv7
14+
- aarch64
15+
runs-on: ${{startsWith(matrix.arch, 'a') && 'windows-11-arm' || 'windows-latest'}}
1416
steps:
1517
- name: Install dependencies
1618
run: |

0 commit comments

Comments
 (0)