summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-11-29 09:30:47 +0100
committerFlorian Bruhin <me@the-compiler.org>2022-11-29 09:30:47 +0100
commitc43bc3b445637335f2c5db5221f47ba3eed2f82d (patch)
tree53fff8a279b3fb3dd4b26d84cf36f46e6701da35
parentd016ca1da76560a498f663a2a04e90729972758f (diff)
downloadqutebrowser-c43bc3b445637335f2c5db5221f47ba3eed2f82d.tar.gz
qutebrowser-c43bc3b445637335f2c5db5221f47ba3eed2f82d.zip
ci: Deactivate Qt 6.4 for now
Still some stuff broken sadly, see #7314
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a985e4e70..ae5e95cdf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -139,9 +139,9 @@ jobs:
os: ubuntu-20.04
python: 3.9
### PyQt 6.4 (Python 3.9)
- - testenv: py39-pyqt64
- os: ubuntu-20.04
- python: 3.9
+ # - testenv: py39-pyqt64
+ # os: ubuntu-20.04
+ # python: 3.9
### macOS Big Sur: PyQt 5.15 (Python 3.9 to match PyInstaller env)
- testenv: py39-pyqt515
os: macos-11