Updating builders for ubuntu 20.04 (depreciated), to now build on 22.04 and 24.04

This commit is contained in:
Jonathan Thomas
2025-05-05 20:12:05 -05:00
parent 5c52be24c9
commit 23426f75fc

View File

@@ -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++ }