Skip to content

Commit

Permalink
removed llvm 10
Browse files Browse the repository at this point in the history
  • Loading branch information
tbhaxor committed Aug 10, 2023
1 parent cdd984c commit 6de7126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
needs: [ ensure_tests ]
strategy:
matrix:
version: [10, 11, 12, 13, 14, 15, 16]
version: [11, 12, 13, 14, 15, 16]
runs-on: ubuntu-latest
env:
CC: clang-${{ matrix.version }}
Expand Down

0 comments on commit 6de7126

Please sign in to comment.