From bbe66d197b6a4b41c224e9858b9e1fd467b3ca74 Mon Sep 17 00:00:00 2001 From: Michael Migliore Date: Fri, 30 Jun 2023 13:05:11 +0200 Subject: [PATCH] linux only --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 4e414c31..2c6d1f90 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-2019, macOS-11] + os: [ubuntu-20.04] steps: - uses: actions/checkout@v3