From bed3f70f87eec7e553125483c3712a1cab453e6e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 2 Jan 2023 05:19:36 +0100 Subject: workflows/test: actualize runner OSes --- .github/workflows/test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff34b03..016d1d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,19 +13,18 @@ jobs: strategy: matrix: version: [1.58.0, 1.78.0] - os: [ubuntu-18.04, ubuntu-20.04, windows-2016, windows-2019, windows-2022] + os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022] toolset: [auto, clang, gcc, mingw, msvc] exclude: # No Visual Studio on Linux. - {os: ubuntu-18.04, toolset: msvc} - {os: ubuntu-20.04, toolset: msvc} + - {os: ubuntu-22.04, toolset: msvc} # GCC == MinGW-w64 on Windows. - - {os: windows-2016, toolset: gcc} - {os: windows-2019, toolset: gcc} - {os: windows-2022, toolset: gcc} # MinGW should be the same across different Windows versions. - - {os: windows-2016, toolset: mingw} - {os: windows-2019, toolset: mingw} # VS 2022 doesn't support older Boost versions. - {os: windows-2022, version: 1.58.0} @@ -92,7 +91,7 @@ jobs: different_configurations: strategy: matrix: - os: [ubuntu-20.04, windows-2016, windows-2019, windows-2022] + os: [ubuntu-latest, windows-2019, windows-2022] platform: [x64, x86] configuration: [Debug, Release] -- cgit v1.2.3