From 93888e25aa5845c3edee63305689bc01c95c170d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 24 Jul 2024 18:57:07 +0300 Subject: [PATCH] CI(GHActions): Exclude Python 2.7-3.7 at MacOS-arm64 Absent in conda. --- .github/workflows/run-tests.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index dc51d9d..c2bd4f7 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -14,6 +14,14 @@ jobs: exclude: - os: windows-latest python-version: "2.7" + - os: macos-latest + python-version: "2.7" + - os: macos-latest + python-version: "3.5" + - os: macos-latest + python-version: "3.6" + - os: macos-latest + python-version: "3.7" include: - os: ubuntu-latest os-name: Linux -- 2.39.5