Skip to content

Commit

Permalink
class -> typename
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Jul 8, 2024
1 parent 1e62c94 commit 232e162
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
compiler: ['6','7','8','9','10','11','12','latest']
compiler: ['8','9','10','11','12','latest']
container: gcc:${{ matrix.compiler }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -204,7 +204,6 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# compiler: ['3.5', '3.6', '3.7', '3.8', '3.9', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '15-bullseye', 'latest']
compiler: ['3.8', '3.9', '4', '5', '6', '7','8','9', '10', '11', '12', '13', '14', '15-bullseye']
container: silkeh/clang:${{ matrix.compiler }}
steps:
Expand Down

0 comments on commit 232e162

Please sign in to comment.