parent
5c899e304f
commit
3f5ce51502
|
|
@ -10,7 +10,7 @@ on:
|
|||
jobs:
|
||||
tests:
|
||||
if: "github.repository == 'qutebrowser/qutebrowser'"
|
||||
runs-on: ubuntu-24.04
|
||||
runs-on: ubuntu-22.04
|
||||
timeout-minutes: 45
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@ jobs:
|
|||
python: "3.12"
|
||||
### PyQt 6.8 (Python 3.13)
|
||||
- testenv: py313-pyqt68
|
||||
os: ubuntu-24.04
|
||||
os: ubuntu-22.04
|
||||
python: "3.13"
|
||||
### macOS Ventura
|
||||
- testenv: py313-pyqt68
|
||||
|
|
|
|||
Loading…
Reference in New Issue