Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-penev authored Nov 27, 2023
1 parent 97efeb0 commit ed8e8b9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,21 @@ jobs:
clang-runtime: '11'
coverity: true

- name: ubu20-gcc9-runtime9
os: ubuntu-20.04
compiler: gcc-9
clang-runtime: '9'

- name: ubu20-clang8-runtime9
os: ubuntu-20.04
compiler: clang-8
clang-runtime: '9'

- name: ubu20-clang9-runtime9
os: ubuntu-20.04
compiler: clang-9
clang-runtime: '9'

- name: ubu20-gcc7-runtime10
os: ubuntu-20.04
compiler: gcc-7
Expand Down

0 comments on commit ed8e8b9

Please sign in to comment.