From 2792f0b94c2409595c76dc62aa53f9f5790bb7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= <38459088+jo-mueller@users.noreply.github.com> Date: Mon, 13 May 2024 23:09:23 +0200 Subject: [PATCH] remove macOS from CI tests --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index f95ea499..a281a0d1 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.platform }} strategy: matrix: - platform: [windows-latest, macos-latest, ubuntu-latest] # ubuntu-latest is failing anyway + platform: [windows-latest, ubuntu-latest] # ubuntu-latest is failing anyway python-version: ['3.9', '3.10'] steps: