.github/workflows/build.yml: update GCC 11 build to GCC 14
We only need the oldest supported compiler (i.e. GCC 10) and the newest one available in the runner (i.e. GCC 14).
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -33,12 +33,12 @@ jobs:
|
|||||||
build-linux:
|
build-linux:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
compiler: [gcc11, gcc10]
|
compiler: [gcc14, gcc10]
|
||||||
include:
|
include:
|
||||||
- compiler: gcc11
|
- compiler: gcc14
|
||||||
os: ubuntu-24.04
|
os: ubuntu-24.04
|
||||||
cc: gcc-11
|
cc: gcc-14
|
||||||
cxx: g++-11
|
cxx: g++-14
|
||||||
- compiler: gcc10
|
- compiler: gcc10
|
||||||
os: ubuntu-24.04
|
os: ubuntu-24.04
|
||||||
cc: gcc-10
|
cc: gcc-10
|
||||||
|
Reference in New Issue
Block a user