Skip to content

Commit

Permalink
Tell cmake about c++20
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainZippy committed Aug 24, 2024
1 parent d67993e commit 93caf04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
include:
- os: windows-latest
c_compiler: cl
cpp_compiler: cl
cpp_compiler: cl-latest
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++
cpp_compiler: g++-latest
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
cpp_compiler: clang++-latest
exclude:
- os: windows-latest
c_compiler: gcc
Expand Down

0 comments on commit 93caf04

Please sign in to comment.