From 83c0c9dabd0b40e6afa5e543693e1fc4ee1f17fe Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Thu, 23 May 2024 12:08:06 +0100 Subject: [PATCH] Don't run non-Qt tests on MacOS runners --- .github/workflows/ci_workflows.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 9a098cd..71fd31e 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -33,12 +33,13 @@ jobs: - libegl1-mesa envs: | - # Tests without Qt + # Tests without Qt. For now glfw can't run on MacOS runners in headless mode + # so we only run on Linux and Windows. - linux: py38-test - - macos: py39-test - - windows: py310-test - - linux: py311-test - - macos: py311-test-dev + - windows: py39-test + - linux: py310-test + - windows: py311-test + - linux: py311-test-dev # Tests with Qt - linux: py38-test-pyqt63