Skip to content

Commit

Permalink
Updating CI to remove failures
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Aug 20, 2024
1 parent 99438e9 commit 886bd1f
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 886bd1f

Please sign in to comment.