From ffee0972af8ac4ddd2bca6b61cc6d600fc65e1ee Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 2 Jan 2023 00:31:26 +0100 Subject: workflows/ci: actualize runner OSes --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dcf83d..4051fbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,12 +24,11 @@ jobs: build: strategy: matrix: - toolset: [gcc, vs2017, vs2019] + toolset: [gcc, vs2019] platform: [x64, x86] configuration: [Debug, Release] include: - {toolset: gcc, os: ubuntu-latest} - - {toolset: vs2017, os: windows-2016} - {toolset: vs2019, os: windows-2019} exclude: # 32-bit Linux builds, meh. -- cgit v1.2.3