Skip to content

Commit

Permalink
Make the GCC and Clang instlation to use generic
Browse files Browse the repository at this point in the history
  • Loading branch information
banach-space committed Nov 24, 2024
1 parent f7e4fe5 commit b520d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/x86-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
compiler:
- { compiler: GNU, CC: gcc-10, CXX: g++-10 }
- { compiler: LLVM, CC: clang-10, CXX: clang++-10 }
- { compiler: GNU, CC: gcc, CXX: g++ }
- { compiler: LLVM, CC: clang, CXX: clang++ }
type: [Debug, Release]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b520d8a

Please sign in to comment.