From 0818721cce513798369db8ffdb35b59c74b3169e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Fr=C3=A5nberg?= Date: Sun, 21 Feb 2021 16:42:40 +0100 Subject: [PATCH] Only mac binary for now --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 4e076ae..6982c97 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [macos-latest] python-version: [3.8] steps: