We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f18f19 commit cc2a468Copy full SHA for cc2a468
1 file changed
.github/workflows/test.yml
@@ -8,7 +8,7 @@ on:
8
branches:
9
- master
10
env:
11
- QT_VERSION: 6.9.1
+ QT_VERSION: 6.11.1
12
OPENCV_VERSION: 4.10.0
13
14
jobs:
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v2
19
- uses: actions/setup-python@v2
20
with:
21
- python-version: '3.8'
+ python-version: '3.11'
22
- name: install_qt6
23
run: |
24
sudo apt-get update
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
choco uninstall mingw
@@ -83,7 +83,7 @@ jobs:
83
steps:
84
- uses: actions/setup-python@v5
85
86
87
88
- name: Set up Homebrew #https://github.com/Homebrew/homebrew-cask/issues/150323
89
id: set-up-homebrew
0 commit comments