Skip to content

Commit

Permalink
CI: Add clang++-12 regression tests run on Ubuntu (#936)
Browse files Browse the repository at this point in the history
* ci: apply review comments on patch upload

* ci: add clang++-12 regression tests

---------

Co-authored-by: Johel Ernesto Guerrero Peña <[email protected]>
  • Loading branch information
jarzec and JohelEGP authored Jan 16, 2024
1 parent aac78b6 commit aee3816
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
os: [ubuntu-latest]
compiler: [g++-10, g++-13]
include:
- os: ubuntu-20.04
compiler: clang++-12
- os: macos-13
compiler: clang++
- os: windows-latest
Expand All @@ -28,7 +30,7 @@ jobs:
uses: actions/checkout@v3

- name: Run regression tests - Linux and macOS version
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-13'
if: startsWith(matrix.os, 'ubuntu') || matrix.os == 'macos-13'
run: |
cd regression-tests
bash run-tests.sh -c ${{ matrix.compiler }}
Expand Down

0 comments on commit aee3816

Please sign in to comment.