diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-01-07 01:35:18 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-01-07 01:35:18 +0300 |
commit | 2b8d38597ae738f923f8fdf64039f43bd536156e (patch) | |
tree | 3389b034ecc45939d22aa9d3f1819bc736971694 /.github/workflows | |
parent | README: update (diff) | |
download | build-boost-2b8d38597ae738f923f8fdf64039f43bd536156e.tar.gz build-boost-2b8d38597ae738f923f8fdf64039f43bd536156e.zip |
workflows/test: reduce number of jobs
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/test.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ad919d..ff34b03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,9 @@ jobs: - {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} |