From 400e3333975adca5e3418dfbe2adffc34bb3b9cd Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Thu, 12 Sep 2024 11:32:02 +0200 Subject: [PATCH] Remove macos 13 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. --- .github/workflows/CI.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1b7226e43..d930409ea 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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: