Skip to content

Commit

Permalink
Add more compilers (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronek authored Dec 20, 2024
1 parent 009fc19 commit 5dd459b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ jobs:
fail-fast: false
matrix:
compiler:
- gcc:12
- gcc:13
- gcc:14
- clang:16
- clang:17
- clang:18
- clang:19
platform:
Expand Down Expand Up @@ -67,8 +70,11 @@ jobs:
strategy:
matrix:
compiler:
- gcc:12
- gcc:13
- gcc:14
- clang:16
- clang:17
- clang:18
- clang:19

Expand Down

0 comments on commit 5dd459b

Please sign in to comment.