Skip to content

Commit

Permalink
compilers matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hahn <[email protected]>
  • Loading branch information
quantumsteve committed Sep 6, 2024
1 parent 5a746f3 commit 55db988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
build:
strategy:
matrix:
compiler: [clang++-12, g++-11]
compiler: [clang++, g++]
os: [ubuntu-22.04]
runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit 55db988

Please sign in to comment.