.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
1 changed files with 2 additions and 2 deletions

View File

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