aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/boost_clang_windows.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/boost_clang_windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/boost_clang_windows.yml b/.github/workflows/boost_clang_windows.yml
index 8cb12f2..43dbe6d 100644
--- a/.github/workflows/boost_clang_windows.yml
+++ b/.github/workflows/boost_clang_windows.yml
@@ -17,8 +17,6 @@ on:
jobs:
build:
- runs-on: windows-2019
-
strategy:
matrix:
toolset: [clang, clang-cl]
@@ -27,6 +25,8 @@ jobs:
- {toolset: clang, b2_toolset: clang}
- {toolset: clang-cl, b2_toolset: clang-win}
+ runs-on: windows-2019
+
name: '${{ matrix.toolset }} / ${{ matrix.boost-version }}'
steps: