Skip to content

Commit

Permalink
Run CI on CPP20 Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Hubley committed Jul 7, 2024
1 parent 0c5ed6a commit e3f578f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- {os: ubuntu-22.04, compiler: gcc, version: '12', name: c++17, flags: -DCPP17=ON}
- {os: ubuntu-22.04, compiler: gcc, version: '12', name: xsimd-tbb, flags: -DXTENSOR_USE_XSIMD=ON -DXTENSOR_USE_TBB=ON}
- {os: ubuntu-22.04, compiler: gcc, version: '12', name: tbb, flags: -DXTENSOR_USE_TBB=ON -DTBB_INCLUDE_DIR=$CONDA_PREFIX/include -DTBB_LIBRARY=$CONDA_PREFIX/lib}
- {os: ubuntu-22.04, compiler: gcc, version: '12', name: c++20, flags: -DCPP20=ON}
- {os: ubuntu-22.04, compiler: clang, version: '16', name: c++20, flags: -DCPP20=ON}
runs-on: ${{ matrix.sys.os }}
steps:
- name: Setup GCC
Expand Down

0 comments on commit e3f578f

Please sign in to comment.