Skip to content

Commit

Permalink
CI: Use Clang 11 for Linux job
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH authored Apr 7, 2021
1 parent 378b38a commit 708ed86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ on: [push, pull_request]

jobs:
linux:
env:
CC: clang-11
CXX: clang++-11
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 708ed86

Please sign in to comment.