From 46fea4864acf3874e5fe4c79f87209e5b2fcdaf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Ri=C3=9Fe?= Date: Mon, 26 Feb 2024 18:11:47 +0100 Subject: [PATCH] TEMP --- .github/workflows/testing-all-oses.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/workflows/testing-all-oses.yml b/.github/workflows/testing-all-oses.yml index 59c8f0c59..620fcad78 100644 --- a/.github/workflows/testing-all-oses.yml +++ b/.github/workflows/testing-all-oses.yml @@ -11,16 +11,19 @@ jobs: strategy: fail-fast: false matrix: - os: ["macos-12", "macos-14", "ubuntu-latest", "windows-latest"] + os: ["macos-14", "ubuntu-latest"] order: ["normal", "reverse"] headless-method: ["env QT_QPA_PLATFORM=offscreen"] - include: - - os: "ubuntu-latest" - order: "normal" - headless-method: "xvfb-run" - - os: "ubuntu-latest" - order: "reverse" - headless-method: "xvfb-run" + # os: ["macos-12", "macos-14", "ubuntu-latest", "windows-latest"] + # order: ["normal", "reverse"] + # headless-method: ["env QT_QPA_PLATFORM=offscreen"] + # include: + # - os: "ubuntu-latest" + # order: "normal" + # headless-method: "xvfb-run" + # - os: "ubuntu-latest" + # order: "reverse" + # headless-method: "xvfb-run" steps: # This workaround is necessary because PyFilesystem2 throws an InvalidCharsInPath error: