Skip to content

Commit df71dca

Browse files
committed
ci: introduce Linux ARM testing
Closes #33
1 parent 80a9e83 commit df71dca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
strategy:
132132
fail-fast: true
133133
matrix:
134-
os: [ubuntu-latest, windows-latest, macos-latest]
134+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest]
135135
build_type: [Release]
136136
copiler_suite: [msvc, llvm, gnu]
137137
exclude:
@@ -142,6 +142,8 @@ jobs:
142142

143143
- os: ubuntu-latest
144144
copiler_suite: msvc
145+
- os: ubuntu-24.04-arm
146+
copiler_suite: msvc
145147

146148
- os: macos-latest
147149
copiler_suite: msvc

0 commit comments

Comments
 (0)