Skip to content

Commit 3a04f39

Browse files
committed
Limit ubuntu version in cpp build
1 parent c7aab3f commit 3a04f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# missingInclude: cppcheck can't find stl, openvino, opencv
4949
other_options: --suppress=missingInclude -Imodel_api/cpp/models/include -Imodel_api/cpp/utils/include -Imodel_api/cpp/pipelines/include --check-config
5050
CPP-Precommit:
51-
runs-on: ubuntu-latest
51+
runs-on: ubuntu-22.04
5252
steps:
5353
- uses: actions/checkout@v3
5454
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)