From a9b8a0172a6e6b49d4823ba0b6a5aa1a95638ccd Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Fri, 8 Jul 2022 09:04:47 +0200 Subject: [PATCH] Stop wasting money --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 70b9063..0acdf34 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: python-version: ["3.8", "3.9", "3.10"] - operating-system: [macos-latest, windows-latest, ubuntu-latest] + operating-system: [windows-latest, ubuntu-latest] runs-on: ${{ matrix.operating-system }}