From: Oleg Broytman Date: Wed, 24 Jul 2024 15:57:07 +0000 (+0300) Subject: CI(GHActions): Exclude Python 2.7-3.7 at MacOS-arm64 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=93888e25aa5845c3edee63305689bc01c95c170d;p=m_librarian.git CI(GHActions): Exclude Python 2.7-3.7 at MacOS-arm64 Absent in conda. --- 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