Skip to content

Commit aee3816

Browse files
jarzecJohelEGP
andauthored
CI: Add clang++-12 regression tests run on Ubuntu (#936)
* ci: apply review comments on patch upload * ci: add clang++-12 regression tests --------- Co-authored-by: Johel Ernesto Guerrero Peña <[email protected]>
1 parent aac78b6 commit aee3816

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/regression-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
os: [ubuntu-latest]
2020
compiler: [g++-10, g++-13]
2121
include:
22+
- os: ubuntu-20.04
23+
compiler: clang++-12
2224
- os: macos-13
2325
compiler: clang++
2426
- os: windows-latest
@@ -28,7 +30,7 @@ jobs:
2830
uses: actions/checkout@v3
2931

3032
- name: Run regression tests - Linux and macOS version
31-
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-13'
33+
if: startsWith(matrix.os, 'ubuntu') || matrix.os == 'macos-13'
3234
run: |
3335
cd regression-tests
3436
bash run-tests.sh -c ${{ matrix.compiler }}

0 commit comments

Comments
 (0)