From 38609a8ac8c8a30cf05a895735487da584223de7 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 11 Dec 2022 16:03:55 +0100 Subject: workflows: actualize runner OSes --- .github/workflows/example_toolsets.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.github/workflows/example_toolsets.yml') diff --git a/.github/workflows/example_toolsets.yml b/.github/workflows/example_toolsets.yml index a035bbf..9c08b3d 100644 --- a/.github/workflows/example_toolsets.yml +++ b/.github/workflows/example_toolsets.yml @@ -14,13 +14,12 @@ jobs: matrix: example: [simple, static, dynamic] toolset: [auto, clang, clang-cl, gcc, mingw, msvc] - os: [ubuntu-latest, windows-2016, windows-2019, windows-2022] + os: [ubuntu-latest, windows-2019, windows-2022] include: # Prettier run names. - {os: windows-2022, name: Windows 2022} - {os: windows-2019, name: Windows 2019} - - {os: windows-2016, name: Windows 2016} - {os: ubuntu-latest, name: Ubuntu} # Target platform. - {example: simple, platform: x64} @@ -57,9 +56,7 @@ jobs: # versions. Clang on the other hand relies on the Microsoft linker # (at least it did at some point), so it makes sense to test it # against different Visual Studio versions. - - {os: windows-2016, toolset: gcc} - {os: windows-2019, toolset: gcc} - - {os: windows-2016, toolset: mingw} - {os: windows-2019, toolset: mingw} runs-on: '${{ matrix.os }}' -- cgit v1.2.3