Skip to content

Commit

Permalink
Remove macos 13
Browse files Browse the repository at this point in the history
It keeps failing as brew cannot install graphviz without also installing
python 3.12 which conflict with the existing python install when linking
2to3.

I don't think it is worth testing this on that many macos and linux
platform, as it's mostly a theme, so the risk of having a production
system fail because of a bug on macos is low.
  • Loading branch information
Carreau committed Sep 12, 2024
1 parent d9c3419 commit 400e333
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,7 @@ jobs:
matrix:
# macos-14==latest
# ubuntu-20.04==latest
os:
[
"ubuntu-latest",
"ubuntu-24.04",
"macos-14",
"macos-13",
"windows-latest",
]
os: ["ubuntu-latest", "ubuntu-24.04", "macos-14", "windows-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
sphinx-version: [""]
include:
Expand Down

0 comments on commit 400e333

Please sign in to comment.