Skip to content

Commit

Permalink
Temporarily disable testing clang in GitHub CI
Browse files Browse the repository at this point in the history
GitHub's C++-20 clang support is broken:
actions/runner-images#8659
  • Loading branch information
anadrome committed Mar 1, 2024
1 parent 4fc98aa commit aef27f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
compiler: [clang++, gcc]
# mjn 3/1/2024: disabled clang tests for now because clang c++-20 is
# broken on GitHub CI, see
# https://github.com/actions/runner-images/issues/8659
# compiler: [clang++, gcc]
compiler: [gcc]
os: [ubuntu-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']
env:
Expand Down

0 comments on commit aef27f6

Please sign in to comment.