.github/workflows/build.yml: fix matrix name

Regression by commit ab011adf77
This commit is contained in:
Max Kellermann
2025-01-29 17:34:55 +01:00
parent 0186f73c7a
commit 54527068d5

View File

@@ -33,7 +33,7 @@ jobs:
build-linux:
strategy:
matrix:
compiler: [gcc14, gcc10, clang]
compiler: [gcc14, gcc12, clang]
include:
- compiler: gcc14
os: ubuntu-24.04