Skip to content

Commit 886e81c

Browse files
authored
Update codeql-analysis.yml
1 parent 092453e commit 886e81c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
analyze:
1919
name: Analyze
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-22.04
2121

2222
strategy:
2323
fail-fast: false
@@ -27,7 +27,7 @@ jobs:
2727
language: ['cpp']
2828
# Supported version for OpenCV
2929
opencv: [
30-
4.2.0
30+
4.10.0
3131
]
3232
compiler: [g++]
3333

0 commit comments

Comments
 (0)