Skip to content

Commit

Permalink
. e Fix clang13 and clang14 use of chrono
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Nov 21, 2023
1 parent 98acd84 commit 005f5cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ jobs:
os-version: '22.04'
c-compiler: 'clang-13'
cxx-compiler: 'clang++-13'
generator: '"Unix Makefiles"'
generator: '"Unix Makefiles" "-DCMAKE_CXX_FLAGS=-stdlib=libc++ -std=c++20"'
relative_build_dir_path: ''

- job-name: 'clang14'
os-version: '22.04'
c-compiler: 'clang-14'
cxx-compiler: 'clang++-14'
generator: '"Unix Makefiles"'
generator: '"Unix Makefiles" "-DCMAKE_CXX_FLAGS=-stdlib=libc++ -std=c++20"'
relative_build_dir_path: ''

- job-name: 'clang15'
Expand Down

0 comments on commit 005f5cf

Please # to comment.