Skip to content

Commit

Permalink
Merge pull request #199 from offa/clang18
Browse files Browse the repository at this point in the history
CI builds: Add Clang 18, remove GCC 7/8
  • Loading branch information
offa committed Mar 9, 2024
2 parents d340068 + b90bad4 commit aaadfa4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Expand Up @@ -13,8 +13,7 @@ jobs:
- { compiler: gcc, version: 11 }
- { compiler: gcc, version: 10 }
- { compiler: gcc, version: 9 }
- { compiler: gcc, version: 8 }
- { compiler: gcc, version: 7 }
- { compiler: clang, version: 18 }
- { compiler: clang, version: 17 }
- { compiler: clang, version: 16 }
- { compiler: clang, version: 15 }
Expand Down

0 comments on commit aaadfa4

Please sign in to comment.