Skip to content

Commit ea29913

Browse files
committed
f
Change-Id: I966d0767c9739b3a70730dc889a4fecc26ebb1b4
1 parent e927dda commit ea29913

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci-aarch64.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,10 @@ jobs:
9191
config: Release
9292
threading: TP
9393
host: { name: c6g, label: ah-ubuntu_22_04-c6g_2x-50 }
94-
include:
95-
- toolset: clang
96-
config: Release
97-
threading: TP
98-
host: { name: c7g, label: ah-ubuntu_22_04-c7g_2x-50 }
94+
- toolset: clang
95+
config: Release
96+
threading: TP
97+
host: { name: c7g, label: ah-ubuntu_22_04-c7g_2x-50 }
9998
name: ${{ matrix.host.name }}, ${{ matrix.toolset }}, ${{ matrix.threading }}, ${{ matrix.config }}
10099
runs-on: ${{ matrix.host.label }}
101100
steps:

0 commit comments

Comments
 (0)