Skip to content

Commit

Permalink
GCC 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Hubley committed Jul 7, 2024
1 parent 7453e86 commit 1b74041
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 @@ -29,7 +29,7 @@ jobs:
- {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: clang, version: '16', name: c++20, flags: -DCPP20=ON}
- {os: ubuntu-22.04, compiler: gcc, version: '12', name: c++20, flags: -DCPP20=ON}
- {os: ubuntu-22.04, compiler: gcc, version: '13', name: c++20, flags: -DCPP20=ON}
runs-on: ${{ matrix.sys.os }}
steps:
- name: Setup GCC
Expand Down

0 comments on commit 1b74041

Please sign in to comment.