Skip to content

Commit

Permalink
CI: switch latest LLVM to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Sep 21, 2024
1 parent 1cc4467 commit a213eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
cxx: ['7', '18']
cxx: ['7', '19']
env:
CMAKE_OPTIONS: -DDEV_MODE=ON -DBUILD_TESTING=ON -G Ninja -DCMAKE_CXX_FLAGS="-stdlib=libc++"
steps:
Expand Down

0 comments on commit a213eb7

Please sign in to comment.