|
22 | 22 | fail-fast: false |
23 | 23 | matrix: |
24 | 24 | config: |
25 | | - - { os: ubuntu-22.04, compiler: clang-15, cc: clang-15, cxx: clang++-15 } |
26 | | - - { os: ubuntu-22.04, compiler: gcc-12, cc: gcc-12, cxx: g++-12 } |
27 | | - - { os: macos-12, compiler: clang-14, cc: clang, cxx: clang++ } |
| 25 | + - { os: ubuntu-22.04, compiler: clang-15 } |
| 26 | + - { os: ubuntu-22.04, compiler: gcc-12 } |
| 27 | + - { os: macos-12, compiler: clang-14 } |
28 | 28 | - { os: windows-2022, compiler: msvc-1939 } |
29 | 29 | steps: |
30 | 30 | - name: checkout |
@@ -100,7 +100,7 @@ jobs: |
100 | 100 | fail-fast: false |
101 | 101 | matrix: |
102 | 102 | config: |
103 | | - - { os: ubuntu-22.04, compiler: clang-15, cc: clang-15, cxx: clang++-15 } |
| 103 | + - { os: ubuntu-22.04, compiler: clang-15 } |
104 | 104 | steps: |
105 | 105 | - name: checkout |
106 | 106 | uses: actions/checkout@v4 |
@@ -157,8 +157,8 @@ jobs: |
157 | 157 | fail-fast: false |
158 | 158 | matrix: |
159 | 159 | config: |
160 | | - - { os: ubuntu-22.04, compiler: clang-15, cc: clang-15, cxx: clang++-15 } |
161 | | - - { os: macos-12, compiler: clang-14, cc: clang, cxx: clang++ } |
| 160 | + - { os: ubuntu-22.04, compiler: clang-15 } |
| 161 | + - { os: macos-12, compiler: clang-14 } |
162 | 162 | steps: |
163 | 163 | - name: checkout |
164 | 164 | uses: actions/checkout@v4 |
@@ -218,9 +218,9 @@ jobs: |
218 | 218 | fail-fast: false |
219 | 219 | matrix: |
220 | 220 | config: |
221 | | - - { os: ubuntu-22.04, compiler: clang-15, cc: clang-15, cxx: clang++-15 } |
222 | | - - { os: ubuntu-22.04, compiler: gcc-12, cc: gcc-12, cxx: g++-12 } |
223 | | - - { os: macos-12, compiler: clang-14, cc: clang, cxx: clang++ } |
| 221 | + - { os: ubuntu-22.04, compiler: clang-15 } |
| 222 | + - { os: ubuntu-22.04, compiler: gcc-12 } |
| 223 | + - { os: macos-12, compiler: clang-14 } |
224 | 224 | - { os: windows-2022, compiler: msvc-1939 } |
225 | 225 | steps: |
226 | 226 | - name: checkout |
|
0 commit comments