Fix clang ref in CI

This commit is contained in:
Nicholas Hastings 2025-04-18 10:17:46 -04:00
parent 52a214ac25
commit ace94a97d1

View File

@ -25,9 +25,9 @@ jobs:
compiler_cxx: clang++
- os: ubuntu-22.04
os_short: linux
compiler_cc: clang-14.0
compiler_cxx: clang++-14.0
compiler_install: clang-14.0
compiler_cc: clang-14
compiler_cxx: clang++-14
compiler_install: clang-14
fail-fast: false
runs-on: ${{ matrix.os }}
name: ${{ matrix.os_short }}-${{ matrix.compiler_cc }}