From ffe3c83188182a60ca3bee2612402d18f4a8b7e8 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 2 Jan 2023 12:08:37 +0100 Subject: workflows/boost_clang_windows: fix runner image windows-2022 wouldn't even bootstrap older releases. --- .github/workflows/boost_clang_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/boost_clang_windows.yml b/.github/workflows/boost_clang_windows.yml index 88289ae..797db7e 100644 --- a/.github/workflows/boost_clang_windows.yml +++ b/.github/workflows/boost_clang_windows.yml @@ -25,7 +25,7 @@ jobs: - {toolset: clang, b2_toolset: clang} - {toolset: clang-cl, b2_toolset: clang-win} - runs-on: windows-latest + runs-on: windows-2019 name: '${{ matrix.toolset }} / ${{ matrix.boost-version }}' -- cgit v1.2.3