Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
matrss committed Feb 27, 2024
1 parent ae89581 commit 68678db
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/testing-all-oses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 68678db

Please sign in to comment.