We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b31b9 commit 8eaa520Copy full SHA for 8eaa520
.github/workflows/ci-aarch64.yml
@@ -90,7 +90,7 @@ jobs:
90
- toolset: clang
91
config: Release
92
threading: TP
93
- host: { name: c6g, label: ah-ubuntu_22_04-c6g_2x-50 }
+ host: [{ name: c6g, label: ah-ubuntu_22_04-c6g_2x-50 }, { name: c7g, label: ah-ubuntu_22_04-c7g_2x-50 }]
94
name: ${{ matrix.host.name }}, ${{ matrix.toolset }}, ${{ matrix.threading }}, ${{ matrix.config }}
95
runs-on: ${{ matrix.host.label }}
96
steps:
0 commit comments