Skip to content

Commit 605eae1

Browse files
committed
Run CMake tests also on aarch64
Signed-off-by: Steffen Jaeckel <[email protected]>
1 parent e823b0c commit 605eae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
runs-on: ${{ matrix.os }}
191191
strategy:
192192
matrix:
193-
os: [ ubuntu-22.04, ubuntu-24.04 ]
193+
os: [ ubuntu-22.04, ubuntu-24.04, ubuntu-24.04-arm ]
194194
build_type: [ '', -DCMAKE_BUILD_TYPE=Debug, -DCMAKE_BUILD_TYPE=Release, -DCMAKE_BUILD_TYPE=RelWithDebInfo, -DCMAKE_BUILD_TYPE=MinSizeRel ]
195195
cc: [ clang, gcc ]
196196
config:

0 commit comments

Comments
 (0)