Skip to content

Commit

Permalink
revertme
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonRadtke committed Jan 3, 2025
1 parent bcf566d commit 7be3808
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
clang_version: [ 16, 17, 18 ]
build_type: [ Debug, Release ]
cxx_version: [ 14, 17, 20, 23 ]
exclude:
# TODO (@carsonradtke): revert this
- clang_version: 17
build_type: Debug
cxx_version: 23
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7be3808

Please sign in to comment.