aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-01-05 16:00:23 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-01-05 16:53:40 +0300
commit76ee4daf4d8836eab7c80b9090f71a8d3e4cf44c (patch)
tree226d8201465cc910123d40449f01631dfeb1834c
parentwork around macOS/PowerShell stupidity (diff)
downloadbuild-boost-76ee4daf4d8836eab7c80b9090f71a8d3e4cf44c.tar.gz
build-boost-76ee4daf4d8836eab7c80b9090f71a8d3e4cf44c.zip
workflows/test: test VS 2022
-rw-r--r--.github/workflows/test.yml11
1 files changed, 7 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 210b711..5ad919d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -12,8 +12,8 @@ jobs:
old_and_new:
strategy:
matrix:
- version: [1.58.0, 1.74.0]
- os: [ubuntu-18.04, ubuntu-20.04, windows-2016, windows-2019]
+ version: [1.58.0, 1.78.0]
+ os: [ubuntu-18.04, ubuntu-20.04, windows-2016, windows-2019, windows-2022]
toolset: [auto, clang, gcc, mingw, msvc]
exclude:
@@ -23,6 +23,9 @@ jobs:
# GCC == MinGW-w64 on Windows.
- {os: windows-2016, toolset: gcc}
- {os: windows-2019, toolset: gcc}
+ - {os: windows-2022, toolset: gcc}
+ # VS 2022 doesn't support older Boost versions.
+ - {os: windows-2022, version: 1.58.0}
runs-on: '${{ matrix.os }}'
@@ -86,7 +89,7 @@ jobs:
different_configurations:
strategy:
matrix:
- os: [ubuntu-20.04, windows-2016, windows-2019]
+ os: [ubuntu-20.04, windows-2016, windows-2019, windows-2022]
platform: [x64, x86]
configuration: [Debug, Release]
@@ -118,7 +121,7 @@ jobs:
name: Build Boost
uses: ./
with:
- version: 1.66.0
+ version: 1.78.0
platform: '${{ matrix.platform }}'
configuration: '${{ matrix.configuration }}'
libraries: filesystem program_options system