.github/workflows/build.yml: update ubuntu-22.04 to ubuntu-24.04
This commit is contained in:
parent
3648475f87
commit
404e1c3912
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue