We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569b4b7 commit 05e3a32Copy full SHA for 05e3a32
1 file changed
.github/workflows/ubuntu-ci.yml
@@ -125,4 +125,4 @@ jobs:
125
cmake --build . --target show-format || true
126
cmake --build . --target show-tidy || true
127
cmake --build . --target check-cpplint || true
128
- if: github.event_name == 'pull_request' && matrix.os == 'ubuntu-20.04'
+ if: github.event_name == 'pull_request' && matrix.os == 'ubuntu-22.04'
0 commit comments