Skip to content

Commit df6a265

Browse files
committed
f
Change-Id: Iad9c46134aafef9a38c7c6870cac177b1d4a77a7
1 parent b459ed3 commit df6a265

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-aarch64.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ jobs:
8686
config: [Debug, Release]
8787
threading: [ OMP ]
8888
host: [ { name: c6g, label: ah-ubuntu_22_04-c6g_2x-50 }, { name: c7g, label: ah-ubuntu_22_04-c7g_2x-50 }]
89-
# include:
90-
# - toolset: clang
91-
# config: Release
92-
# threading: TP
93-
# host: [{ name: c6g, label: ah-ubuntu_22_04-c6g_2x-50 }, { name: c7g, label: ah-ubuntu_22_04-c7g_2x-50 }]
89+
include:
90+
- toolset: clang
91+
config: Release
92+
threading: TP
93+
host: { name: c6g, label: ah-ubuntu_22_04-c6g_2x-50 }
9494
name: ${{ matrix.host.name }}, ${{ matrix.toolset }}, ${{ matrix.threading }}, ${{ matrix.config }}
9595
runs-on: ${{ matrix.host.label }}
9696
steps:

0 commit comments

Comments
 (0)