aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 00:51:16 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 00:51:16 +0100
commitade2a98592042674a0cd5fb1031f0ab22d4fcdbc (patch)
treeb20818301974d04ad9de8db80f60c4f9a6ba7937
parentmake .gitattributes more consistent (diff)
downloadwinapi-utf8-ade2a98592042674a0cd5fb1031f0ab22d4fcdbc.tar.gz
winapi-utf8-ade2a98592042674a0cd5fb1031f0ab22d4fcdbc.zip
workflows/ci: actualize runner OSes
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8d01b5b..b2ad9ae 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,15 +28,13 @@ jobs:
build:
strategy:
matrix:
- toolset: [mingw, vs2015, vs2017, vs2019]
+ toolset: [mingw, vs2019]
platform: [x64, x86]
configuration: [Debug, RelWithDebInfo]
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 }}'