This commit is contained in:
Carson Radtke 2025-01-03 10:08:07 -06:00
parent bcf566df65
commit 0a0e7cc34a

View File

@ -45,6 +45,10 @@ jobs:
clang_version: [ 16, 17, 18 ]
build_type: [ Debug, Release ]
cxx_version: [ 14, 17, 20, 23 ]
exclude:
# TODO (@carsonradtke): revert this
- clang_version: 17
cxx_version: 23
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4