diff options
author | Florian Bruhin <me@the-compiler.org> | 2023-04-11 13:55:06 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2023-04-11 13:55:06 +0200 |
commit | 681f7ffc579a8e1e7b28abe64da364c1c4d853e1 (patch) | |
tree | 9d59733179e6cd556b86850804826f85c41da0b1 | |
parent | 950d55002e5385813f9423d62d39fddd58e8bf20 (diff) | |
download | qutebrowser-681f7ffc579a8e1e7b28abe64da364c1c4d853e1.tar.gz qutebrowser-681f7ffc579a8e1e7b28abe64da364c1c4d853e1.zip |
ci: Disable broken Qt 6.5
See #7624
-rw-r--r-- | .github/workflows/ci.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79244a98b..a51938996 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,9 +154,10 @@ jobs: os: ubuntu-20.04 python: 3.9 ### PyQt 6.5 (Python 3.11) - - testenv: py311-pyqt65 - os: ubuntu-22.04 - python: 3.11 + # FIXME:qt6 broken + # - testenv: py311-pyqt65 + # os: ubuntu-22.04 + # python: 3.11 ### macOS Big Sur: PyQt 5.15 (Python 3.9 to match PyInstaller env) - testenv: py39-pyqt515 os: macos-11 |