From b9925f73ae3b97ae5bef64e5ef347783fdd15213 Mon Sep 17 00:00:00 2001 From: arushsoel Date: Fri, 19 Jul 2024 21:26:51 +0530 Subject: [PATCH] using exclude --- .github/workflows/python-installation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/python-installation.yml b/.github/workflows/python-installation.yml index ba09ddc..439887c 100644 --- a/.github/workflows/python-installation.yml +++ b/.github/workflows/python-installation.yml @@ -8,6 +8,9 @@ jobs: matrix: os: [ubuntu-latest, macos-12, windows-latest] py-version: [3.7, 3.8, 3.9] + exclude: + os: macos-12 + py-version: 3.9 runs-on: ${{ matrix.os}} steps: - name: Set up Python