Skip to content

Commit

Permalink
trying gcc-12
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Jul 17, 2024
1 parent f55203e commit b0368b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ContinuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04, macos-12 ]
cxx: [ clang++, g++-11 ]
cxx: [ clang++, g++-12 ]
build_type: [ Debug, Release ]

steps:
Expand Down

0 comments on commit b0368b3

Please sign in to comment.