We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d118d commit 5a836d0Copy full SHA for 5a836d0
.github/workflows/ci-testing.yml
@@ -146,6 +146,25 @@ jobs:
146
build_type: RelWithAsserts
147
backend: omp
148
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
156
157
158
159
+ backend: tbb
160
161
162
163
164
+ build_type: serial
165
166
167
+
168
steps:
169
- uses: actions/checkout@v4
170
- name: Set up Intel APT repository
0 commit comments