Skip to content

Commit

Permalink
CI: compile with Clang 15
Browse files Browse the repository at this point in the history
  • Loading branch information
rupertnash committed Dec 19, 2023
1 parent 4cc9e11 commit 522722e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [gnu-11, gnu-12, gnu-13]
compiler: [gnu-11, gnu-12, gnu-13, llvm-15]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 522722e

Please sign in to comment.