Skip to content

Commit

Permalink
Bump clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
kordejong committed Jan 10, 2025
1 parent 1e8b87e commit e090956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
# To be recognized by Conan, name must be one of:
# 'Visual Studio', 'apple-clang', 'clang', 'gcc', 'intel', 'intel-cc', 'mcst-lcc',
# 'msvc', 'qcc', 'sun-cc'
- { name: gcc , version: 11, c: gcc-10 , cxx: g++-10 , package: g++-10 }
- { name: gcc , version: 10, c: gcc-10 , cxx: g++-10 , package: g++-10 }
- { name: gcc , version: 12, c: gcc-12 , cxx: g++-12 , package: g++-12 }
- { name: clang, version: 15, c: clang-15, cxx: clang++-15, package: clang-15 }
- { name: clang, version: 18, c: clang-18, cxx: clang++-18, package: clang-18 }
fail-fast: false

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit e090956

Please sign in to comment.