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

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

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