summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-08-16 18:23:48 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-08-16 18:23:48 +0200
commit2c1f3f5efb4e676d5827fd48c09e4e908727ddc2 (patch)
treecd2063ac171eb6ab4b09a6c3b423fda677ee2482
parentabe295581ef48b4441f632b7bd6968b1f5446d34 (diff)
downloadqutebrowser-ci-upgrade.tar.gz
qutebrowser-ci-upgrade.zip
macos fixupci-upgrade
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3081b76b9..3bebcfbc4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -144,10 +144,10 @@ jobs:
python: "3.9"
args: "tests/unit" # Only run unit tests on macOS
### macOS Monterey
- - testenv: py39-pyqt515
- os: macos-12
- python: "3.9"
- args: "tests/unit" # Only run unit tests on macOS
+ - testenv: py39-pyqt515
+ os: macos-12
+ python: "3.9"
+ args: "tests/unit" # Only run unit tests on macOS
### Windows: PyQt 5.15 (Python 3.9 to match PyInstaller env)
- testenv: py39-pyqt515
os: windows-2019