Skip to content

Commit

Permalink
.github/workflows/build.yml: remove obsolete "gcc10" reference
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Jul 23, 2024
1 parent d792559 commit dec3d87
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 @@ -24,7 +24,7 @@ jobs:
build-linux:
strategy:
matrix:
compiler: [gcc14, gcc11, gcc10]
compiler: [gcc14, gcc11, clang]
include:
- compiler: gcc14
os: ubuntu-24.04
Expand Down

0 comments on commit dec3d87

Please sign in to comment.