.github/workflows/build.yml: update ubuntu-22.04 to ubuntu-24.04

This commit is contained in:
Max Kellermann 2024-07-05 17:05:12 +02:00
parent 3648475f87
commit 404e1c3912

View File

@ -36,11 +36,11 @@ jobs:
compiler: [gcc11, gcc10] compiler: [gcc11, gcc10]
include: include:
- compiler: gcc11 - compiler: gcc11
os: ubuntu-22.04 os: ubuntu-24.04
cc: gcc-11 cc: gcc-11
cxx: g++-11 cxx: g++-11
- compiler: gcc10 - compiler: gcc10
os: ubuntu-22.04 os: ubuntu-24.04
cc: gcc-10 cc: gcc-10
cxx: g++-10 cxx: g++-10