Skip to content

Commit

Permalink
remove clang 15 and gcc 12 as the action doesn't have them yet
Browse files Browse the repository at this point in the history
  • Loading branch information
hanickadot committed Jan 30, 2023
1 parent 01120d6 commit c095ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
gcc:
strategy:
matrix:
gcc: [8, 9, 10, 11, 12]
gcc: [8, 9, 10, 11]
standard: [17, 20]
fail-fast: false
name: "GCC ${{ matrix.gcc }} (C++${{ matrix.standard }})"
Expand All @@ -40,7 +40,7 @@ jobs:
clang:
strategy:
matrix:
clang: [7, 8, 9, 10, 11, 12, 13, 14, 15]
clang: [7, 8, 9, 10, 11, 12, 13, 14]
stdlib: ["libc++", "libstdc++"]
standard: [17, 20]
fail-fast: false
Expand Down

0 comments on commit c095ae7

Please sign in to comment.