Skip to content

Commit

Permalink
Lets see if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
emoon committed Feb 5, 2024
1 parent 0e932b7 commit 40d91cf
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,27 @@ jobs:

linux_clang:
runs-on: ${{ matrix.os }}
name: (${{ matrix.os }}) Clang ${{ matrix.clang-version }}.x
name: ${{ matrix.os }} Clang ${{ matrix.clang-version }}.x
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
include:
- os: ubuntu-20.04
clang-version: [8, 9, 10, 11]
clang-version: 8
- os: ubuntu-20.04
clang-version: 9
- os: ubuntu-20.04
clang-version: 10
- os: ubuntu-20.04
clang-version: 11
- os: ubuntu-22.04
clang-version: 12
- os: ubuntu-22.04
clang-version: 13
- os: ubuntu-22.04
clang-version: 14
- os: ubuntu-22.04
clang-version: [12, 13, 14, 15]
clang-version: 15

steps:
- name: Checkout code
Expand Down

0 comments on commit 40d91cf

Please sign in to comment.