aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 01:24:07 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 01:24:07 +0100
commitdc384ee9e8918377bf00cad3be4d21be490f07ca (patch)
tree5aa095d32d0b1d94b3ecd2521f2623f550f33f4f
parentworkflows/ci: use default clang-format (diff)
downloadwinapi-debug-dc384ee9e8918377bf00cad3be4d21be490f07ca.tar.gz
winapi-debug-dc384ee9e8918377bf00cad3be4d21be490f07ca.zip
workflows/ci: actualize runner OSes
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a7166ff..95bdd67 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,17 +24,15 @@ jobs:
build:
strategy:
matrix:
- toolset: [mingw, vs2015, vs2017, vs2019]
+ toolset: [mingw, vs2019]
platform: [x64, x86]
configuration: [Debug, RelWithDebInfo]
include:
- - boost-version: 1.65.0
+ - boost-version: 1.72.0
# MinGW builds are done on Linux, since it's more up-to-date there,
# and it's much faster.
- {toolset: mingw, os: ubuntu-latest}
- - {toolset: vs2015, os: windows-2016}
- - {toolset: vs2017, os: windows-2016}
- - {toolset: vs2019, os: windows-2019, boost-version: 1.72.0}
+ - {toolset: vs2019, os: windows-2019}
runs-on: '${{ matrix.os }}'
name: 'Build: ${{ matrix.toolset }} / ${{ matrix.platform }} / ${{ matrix.configuration }}'
defaults: