Skip to content

Commit 5a836d0

Browse files
CI: test with libstdc++ and ARM CPU
1 parent 72d118d commit 5a836d0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/ci-testing.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,25 @@ jobs:
146146
build_type: RelWithAsserts
147147
backend: omp
148148
device_type: HOST
149+
- os: ubuntu-24.04-arm
150+
cxx_compiler: g++
151+
std: 17
152+
build_type: release
153+
backend: omp
154+
device_type: HOST
155+
- os: ubuntu-24.04-arm
156+
cxx_compiler: g++
157+
std: 17
158+
build_type: release
159+
backend: tbb
160+
device_type: HOST
161+
- os: ubuntu-24.04-arm
162+
cxx_compiler: g++
163+
std: 17
164+
build_type: serial
165+
backend: tbb
166+
device_type: HOST
167+
149168
steps:
150169
- uses: actions/checkout@v4
151170
- name: Set up Intel APT repository

0 commit comments

Comments
 (0)