From a8ce0f6ae03ec25cdaf97e1517765033638eb272 Mon Sep 17 00:00:00 2001 From: Igor Tatarnikov Date: Wed, 21 Aug 2024 15:28:03 +0100 Subject: [PATCH] Removed macos-13 from testing --- .github/workflows/test_and_deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 12e74d3d..756b7d96 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -45,10 +45,8 @@ jobs: # Run all supported Python versions on linux os: [ubuntu-latest] python-version: ["3.10", "3.11", "3.12"] - # Include one windows and two macOS (intel based and arm based) runs + # Include one windows and one macOS (arm based) run include: - - os: macos-13 - python-version: "3.12" - os: macos-latest python-version: "3.12" - os: windows-latest