Skip to content

Commit

Permalink
ci.yml: gcc-version: [9, 10, 12] clang-version: [11, 12, 14]
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jun 3, 2024
1 parent c9e9472 commit 9a1c050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [9, 10, 12, 14]
version: [9, 10, 12] # , 14]

runs-on: ubuntu-latest

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [11, 12, 14, 16, 18]
version: [11, 12, 14] # , 16, 18]

runs-on: ubuntu-latest

Expand Down

0 comments on commit 9a1c050

Please sign in to comment.