From 85b880caea8129470b3095c19ac166e52e4154ac Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 2 Jan 2023 00:08:39 +0100 Subject: workflows/ci: actualize runner OSes --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d91087..15e71cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,15 +9,13 @@ jobs: build: strategy: matrix: - toolset: [mingw, vs2015, vs2017, vs2019] + toolset: [mingw, vs2019] platform: [x64, x86] configuration: [Debug, Release] include: # 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} runs-on: '${{ matrix.os }}' name: 'Build: ${{ matrix.toolset }} / ${{ matrix.platform }} / ${{ matrix.configuration }}' -- cgit v1.2.3