Skip to content

Commit 02ee4a3

Browse files
committed
Fix clang ref in CI
(cherry picked from commit ace94a9)
1 parent f8a8ed0 commit 02ee4a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
compiler_cxx: clang++
2626
- os: ubuntu-22.04
2727
os_short: linux
28-
compiler_cc: clang-14.0
29-
compiler_cxx: clang++-14.0
30-
compiler_install: clang-14.0
28+
compiler_cc: clang-14
29+
compiler_cxx: clang++-14
30+
compiler_install: clang-14
3131
fail-fast: false
3232
runs-on: ${{ matrix.os }}
3333
name: ${{ matrix.os_short }}-${{ matrix.compiler_cc }}

0 commit comments

Comments
 (0)