Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith authored Dec 21, 2024
1 parent 3b4f732 commit 2df84d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ jobs:
os: [ ubuntu-22.04 ]
compiler:
- { name: gcc, version: 11 }
- { name: gcc, version: 12 }
# - { name: gcc, version: 12 }
- { name: gcc, version: 13 }
- { name: clang, version: 14 }
- { name: clang, version: 15 }
- { name: clang, version: 16 }
- { name: clang, version: 17 }
- { name: clang, version: 18 }
config: [ Release, Debug ]
name: "${{ matrix.os }} / ${{ matrix.config }} / ${{ matrix.compiler.name }}-${{ matrix.compiler.version }}"
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 2df84d1

Please sign in to comment.