Skip to content

Commit 26627b9

Browse files
committed
merge to
Change-Id: Idb5f1d13ef706061639b1a3e191aaca8faf5ead6
1 parent 3368e27 commit 26627b9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci-aarch64.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,13 @@ jobs:
8282
needs: macos
8383
strategy:
8484
matrix:
85-
threading: [OMP,TP]
85+
threading: [OMP, TP]
8686
toolset: [clang, gcc]
8787
config: [Debug, Release]
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: Release
95-
threading: TP
9692

9793
name: ${{ matrix.host.name }}, ${{ matrix.toolset }}, ${{ matrix.threading }}, ${{ matrix.config }}
9894
runs-on: ${{ matrix.host.label }}

0 commit comments

Comments
 (0)