Skip to content

Commit

Permalink
Add Ubuntu 20.04 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Sep 29, 2023
1 parent f195745 commit df26f36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
fail-fast: false
matrix:
config:
- { os: ubuntu-20.04, platform: x64, cxx: g++-10, cc: gcc-10 }
- { os: ubuntu-22.04, platform: x64, cxx: g++-11, cc: gcc-11 }
- { os: macos-11, platform: x64, cxx: clang++, cc: clang }
- { os: macos-12, platform: x64, cxx: clang++, cc: clang }
Expand Down

0 comments on commit df26f36

Please sign in to comment.