From d19d20c6b51d9990b5f0e50c1765022f5f969ec2 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Fri, 27 Jun 2025 18:05:02 +0100 Subject: [PATCH] Remove macos-13 from standard CI --- .github/workflows/gh-ci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index 22fe616834..549624278f 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -37,11 +37,6 @@ jobs: python-version: "3.13" full-deps: false codecov: true - - name: macOS_monterey_py311 - os: macos-13 - python-version: "3.12" - full-deps: true - codecov: true - name: macOS_14_arm64_py312 os: macOS-14 python-version: "3.12"