Skip to content

Commit 5cbd574

Browse files
committed
[feat] ci: update versions
1 parent 8930f49 commit 5cbd574

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches: [master]
66

77
env:
8-
QT_VERSION: 6.7.2
8+
QT_VERSION: 6.8.3
99
OPENCV_VERSION: 4.10.0
1010
OPENCV_VERSION_: 4100
1111

1212
jobs:
1313
build_linux:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-python@v2

.github/workflows/build_cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches: [master]
66

77
env:
8-
QT_VERSION: 6.7.2
8+
QT_VERSION: 6.8.3
99
OPENCV_VERSION: 4.10.0
1010
OPENCV_VERSION_: 4100
1111

1212
jobs:
1313
build_linux:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-python@v2

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on:
88
branches:
99
- master
1010
env:
11-
QT_VERSION: 6.7.2
11+
QT_VERSION: 6.8.3
1212
OPENCV_VERSION: 4.10.0
1313

1414
jobs:
1515
test_linux:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)