Skip to content

Commit

Permalink
CLang 11 and 12 must run on ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jun 4, 2024
1 parent 298e8b0 commit 72463cc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,14 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [11, 12, 14, 16, 18]

runs-on: ubuntu-24.04
os: [ubuntu-24.04]
version: [14, 16, 18]
include:
- os: ubuntu-22.04
version: 11
- os: ubuntu-22.04
version: 12


steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 72463cc

Please sign in to comment.