Skip to content

Commit be832fb

Browse files
committed
merge to
Change-Id: Ieaad7c78b089e0c4e100b8df7e8838a627571e7c
1 parent da56202 commit be832fb

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
@@ -85,13 +85,9 @@ jobs:
8585
toolset: [clang, gcc]
8686
config: [Debug, Release]
8787
threading: [ OMP ]
88-
host: [
89-
{ name: c6g, label: ah-ubuntu_22_04-c6g_2x-50 },
90-
{ name: c7g, label: ah-ubuntu_22_04-c7g_2x-50 }
91-
]
88+
host: [ { name: c6g, label: ah-ubuntu_22_04-c6g_2x-50 }, { name: c7g, label: ah-ubuntu_22_04-c7g_2x-50 }]
9289
include:
9390
- toolset: clang
94-
config: Release
9591
threading: TP
9692
name: ${{ matrix.host.name }}, ${{ matrix.toolset }}, ${{ matrix.threading }}, ${{ matrix.config }}
9793
runs-on: ${{ matrix.host.label }}

0 commit comments

Comments
 (0)