.github/workflows/build.yml: fix matrix name
Regression by commit ab011adf77
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
build-linux:
|
build-linux:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
compiler: [gcc14, gcc10, clang]
|
compiler: [gcc14, gcc12, clang]
|
||||||
include:
|
include:
|
||||||
- compiler: gcc14
|
- compiler: gcc14
|
||||||
os: ubuntu-24.04
|
os: ubuntu-24.04
|
||||||
|
Reference in New Issue
Block a user