We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a8ed0 commit 02ee4a3Copy full SHA for 02ee4a3
1 file changed
.github/workflows/ci.yml
@@ -25,9 +25,9 @@ jobs:
25
compiler_cxx: clang++
26
- os: ubuntu-22.04
27
os_short: linux
28
- compiler_cc: clang-14.0
29
- compiler_cxx: clang++-14.0
30
- compiler_install: clang-14.0
+ compiler_cc: clang-14
+ compiler_cxx: clang++-14
+ compiler_install: clang-14
31
fail-fast: false
32
runs-on: ${{ matrix.os }}
33
name: ${{ matrix.os_short }}-${{ matrix.compiler_cc }}
0 commit comments