Skip to content

Commit 65d4ae0

Browse files
Test vulcan on arm
1 parent 00f7437 commit 65d4ae0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,10 @@ jobs:
371371
ctest -L main --verbose
372372
373373
ubuntu-22-cmake-vulkan:
374-
runs-on: ubuntu-22.04
374+
strategy:
375+
matrix:
376+
os: [ubuntu-22.04, ubuntu-22.04-arm]
377+
runs-on: ${{ matrix.os }}
375378

376379
steps:
377380
- name: Clone

0 commit comments

Comments
 (0)