From 09354579a3ba1f547ce5d8487071ca14675e5a94 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 3 Jun 2024 14:18:38 +0200 Subject: [PATCH] GHA: don't test old Python on macOS --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d863fe..6f43aa5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,9 +56,7 @@ jobs: - os: windows-latest python: 3.12 - # macOS: test old and new Python - - os: macos-latest - python: 3.6 + # macOS: test only new Python - os: macos-latest python: 3.12