Skip to content

Commit 05e3a32

Browse files
Update Style Guide Checks to Run on Ubuntu 22.04 (#420)
1 parent 569b4b7 commit 05e3a32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ubuntu-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ jobs:
125125
cmake --build . --target show-format || true
126126
cmake --build . --target show-tidy || true
127127
cmake --build . --target check-cpplint || true
128-
if: github.event_name == 'pull_request' && matrix.os == 'ubuntu-20.04'
128+
if: github.event_name == 'pull_request' && matrix.os == 'ubuntu-22.04'

0 commit comments

Comments
 (0)