Skip to content

Commit

Permalink
CI Add Clang 18 with C++23 in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jarzec committed Jun 5, 2024
1 parent 4bfa240 commit 3539719
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-cppfront.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- runs-on: macos-latest
compiler: clang++
cxx-std: 'c++20'
- runs-on: ubuntu-22.04
compiler: clang++-15
cxx-std: 'c++20'
- runs-on: ubuntu-24.04
compiler: clang++-16
cxx-std: 'c++20'
Expand All @@ -47,6 +50,9 @@ jobs:
- runs-on: ubuntu-24.04
compiler: clang++-18
cxx-std: 'c++20'
- runs-on: ubuntu-24.04
compiler: clang++-18
cxx-std: 'c++2b'
- runs-on: ubuntu-24.04
compiler: g++-14
cxx-std: 'c++2b'
Expand Down

0 comments on commit 3539719

Please sign in to comment.