Skip to content

Commit

Permalink
Because gcc-11 is not installed on ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck authored Jun 17, 2024
1 parent 889e1e1 commit 9492827
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 @@ -16,7 +16,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ ubuntu-20.04, macos-12 ]
os: [ ubuntu-22.04, macos-12 ]
cxx: [ clang++, g++-11 ]
build_type: [ Debug, Release ]

Expand Down

0 comments on commit 9492827

Please sign in to comment.