From 4ec479e14b7f9f26f0c0dff9b3fe569bcd5eabe0 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Fri, 30 May 2025 09:54:11 -0700 Subject: [PATCH] Remove unsupported CI runner images --- .github/workflows/ci-build.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 0d535f7..f758640 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -10,10 +10,9 @@ jobs: strategy: matrix: cfg: - - { os: ubuntu-20.04, compiler: gcc-7 } - - { os: ubuntu-20.04, compiler: gcc } # GCC 9 - - { os: ubuntu-20.04, compiler: clang } # Clang 10 + - { os: ubuntu-22.04, compiler: gcc-9 } - { os: ubuntu-22.04, compiler: gcc } # GCC 11 + - { os: ubuntu-22.04, compiler: clang-11 } - { os: ubuntu-22.04, compiler: clang-15 } - { os: ubuntu-24.04, compiler: gcc-14 } - { os: ubuntu-24.04, compiler: clang } # Clang 18 @@ -64,8 +63,6 @@ jobs: strategy: matrix: cfg: - - { os: windows-2019, msvc: Visual Studio 16 2019, arch: Win32 } - - { os: windows-2019, msvc: Visual Studio 16 2019, arch: x64 } - { os: windows-2022, msvc: Visual Studio 17 2022, arch: Win32 } - { os: windows-2022, msvc: Visual Studio 17 2022, arch: x64 } steps: