Skip to content

Commit

Permalink
.github/workflows/build.yml: fix matrix name
Browse files Browse the repository at this point in the history
Regression by commit ab011ad
  • Loading branch information
MaxKellermann committed Jan 29, 2025
1 parent 0186f73 commit 5452706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
build-linux:
strategy:
matrix:
compiler: [gcc14, gcc10, clang]
compiler: [gcc14, gcc12, clang]
include:
- compiler: gcc14
os: ubuntu-24.04
Expand Down

0 comments on commit 5452706

Please sign in to comment.