aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 05:19:36 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 05:19:36 +0100
commitbed3f70f87eec7e553125483c3712a1cab453e6e (patch)
treea41c5161ccc7ada34d0dcbf7f725fc3a1c031809
parentworkflows/test: reduce number of jobs (diff)
downloadbuild-boost-bed3f70f87eec7e553125483c3712a1cab453e6e.tar.gz
build-boost-bed3f70f87eec7e553125483c3712a1cab453e6e.zip
workflows/test: actualize runner OSes
-rw-r--r--.github/workflows/test.yml7
1 files 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]