Skip to content

Commit cc2a468

Browse files
committed
tmpt
1 parent 7f18f19 commit cc2a468

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches:
99
- master
1010
env:
11-
QT_VERSION: 6.9.1
11+
QT_VERSION: 6.11.1
1212
OPENCV_VERSION: 4.10.0
1313

1414
jobs:
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-python@v2
2020
with:
21-
python-version: '3.8'
21+
python-version: '3.11'
2222
- name: install_qt6
2323
run: |
2424
sudo apt-get update
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v2
4444
- uses: actions/setup-python@v2
4545
with:
46-
python-version: '3.8'
46+
python-version: '3.11'
4747
- name: install_qt6
4848
run: |
4949
choco uninstall mingw
@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
- uses: actions/setup-python@v5
8585
with:
86-
python-version: '3.8'
86+
python-version: '3.11'
8787
- uses: actions/checkout@v2
8888
- name: Set up Homebrew #https://github.com/Homebrew/homebrew-cask/issues/150323
8989
id: set-up-homebrew

0 commit comments

Comments
 (0)