diff --git a/.github/workflows/ticcutils.yml b/.github/workflows/ticcutils.yml index 93b454d..d3810ed 100644 --- a/.github/workflows/ticcutils.yml +++ b/.github/workflows/ticcutils.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - compiler: [g++-12, clang++-15] + compiler: [g++-12, clang++-14] steps: - uses: actions/checkout@v4.1.1