From 8b36690d2cf50287efaba6133ce44d3b28fc5332 Mon Sep 17 00:00:00 2001 From: M Bussonnier Date: Thu, 12 Sep 2024 04:20:22 -0700 Subject: [PATCH] Remove macos 13 (#1978) --- .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: