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