Skip to content

Commit 0235e0d

Browse files
committed
ci: Add first native Linux ARM runners
Since there are native ARM runners available now, we should use them. Let's test this. Signed-off-by: Johannes Demel <[email protected]>
1 parent 3bc6642 commit 0235e0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- { name: g++-12, cc: gcc-12, cxx: g++-12, distro: ubuntu-22.04 }
2525
- { name: g++-13, cc: gcc-13, cxx: g++-13, distro: ubuntu-24.04 }
2626
- { name: g++-14, cc: gcc-14, cxx: g++-14, distro: ubuntu-24.04 }
27+
- { name: g++-14, cc: gcc-14, cxx: g++-14, distro: ubuntu-24.04-arm }
2728
- { name: clang-10, cc: clang-10, cxx: clang++-10, distro: ubuntu-20.04 }
2829
- { name: clang-11, cc: clang-11, cxx: clang++-11, distro: ubuntu-20.04 }
2930
- { name: clang-12, cc: clang-12, cxx: clang++-12, distro: ubuntu-22.04 }
@@ -33,6 +34,7 @@ jobs:
3334
- { name: clang-16, cc: clang-16, cxx: clang++-16, distro: ubuntu-24.04 }
3435
- { name: clang-17, cc: clang-17, cxx: clang++-17, distro: ubuntu-24.04 }
3536
- { name: clang-18, cc: clang-18, cxx: clang++-18, distro: ubuntu-24.04 }
37+
- { name: clang-18, cc: clang-18, cxx: clang++-18, distro: ubuntu-24.04-arm }
3638

3739
runs-on: ${{ matrix.compiler.distro }}
3840

0 commit comments

Comments
 (0)