Skip to content

Commit e647b7c

Browse files
committed
merge to
Change-Id: I256516e0ce4fffc20e0b2be943a2237ad7df3c1c
1 parent da25dd9 commit e647b7c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci-aarch64.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,18 @@ jobs:
8282
# needs: macos
8383
strategy:
8484
matrix:
85-
threading: [ OMP ]
8685
toolset: [clang, gcc]
8786
config: [Debug, Release]
87+
threading: [ OMP ]
8888
host: [
8989
{ name: c6g, label: ah-ubuntu_22_04-c6g_2x-50 },
9090
{ name: c7g, label: ah-ubuntu_22_04-c7g_2x-50 }
9191
]
92+
include:
93+
- toolset: clang
94+
config: Releas
95+
threading: TP
96+
9297
name: ${{ matrix.host.name }}, ${{ matrix.toolset }}, ${{ matrix.threading }}, ${{ matrix.config }}
9398
runs-on: ${{ matrix.host.label }}
9499
steps:

0 commit comments

Comments
 (0)