Skip to content

Commit e2bd7b9

Browse files
committed
Add an ARM flavour to CI
1 parent b17b1a0 commit e2bd7b9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ jobs:
105105
cxx: "g++-14",
106106
cxxver: 20,
107107
}
108+
- {
109+
name: "Linux g++ 14 C++20 ARM",
110+
os: ubuntu-24.04-arm,
111+
buildtype: Release,
112+
cxx: "g++-14",
113+
cxxver: 20,
114+
}
108115
- {
109116
name: "Linux g++ 15 (Debian) C++17",
110117
os: ubuntu-24.04,

0 commit comments

Comments
 (0)