From 23426f75fcfbf8e8f6422d40cdf8929c2430dbce Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Mon, 5 May 2025 20:12:05 -0500 Subject: [PATCH] Updating builders for ubuntu 20.04 (depreciated), to now build on 22.04 and 24.04 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8caf3c27..7430ca8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: strategy: matrix: sys: - - { os: ubuntu-20.04, shell: bash } - { os: ubuntu-22.04, shell: bash } + - { os: ubuntu-24.04, shell: bash } #- { os: windows-2022, shell: 'msys2 {0}' } Disabled until we upgrade to C++17 and find_package(Protobuf CONFIG REQUIRED) compiler: - { cc: gcc, cxx: g++ }