clang++ doesn't appear to work for whatever reason, try GCC.

This commit is contained in:
Jacob 2024-05-06 00:23:42 +02:00
parent ded3f5ac69
commit e950a54477

View file

@ -31,7 +31,7 @@ jobs:
- os: ubuntu-latest
cpp_compiler: clang++
- os: macos-latest
cpp_compiler: clang++
cpp_compiler: g++
steps:
- uses: actions/checkout@v4