From feff463bf146ea173f629e4b97ff09b540abe348 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 24 Nov 2020 13:39:06 +0100 Subject: ci: Add macOS Big Sur See #5663 and #5896 (which we don't test for at the moment) --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ddb793e1..8e1f1341f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,6 +121,11 @@ jobs: os: macos-10.15 python: 3.7 args: "tests/unit" # Only run unit tests on macOS + ### macOS Big Sur + - testenv: py37-pyqt515 + os: macos-11.0 + python: 3.7 + args: "tests/unit" # Only run unit tests on macOS ### Windows: PyQt 5.15 (Python 3.7 to match PyInstaller env) - testenv: py37-pyqt515 os: windows-2019 -- cgit v1.2.3-54-g00ecf