summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-22 16:34:26 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-22 16:34:26 +0200
commit57153c8c6a30d044690b46f77ea5c584f5e5d088 (patch)
tree6644479cf708f8ab1309f2d46e3f0f2f903b0cf4 /.github
parentd20ce8c4e6ef723bec0ee4f06b285dff8da8c6f7 (diff)
remove macosx
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_wheels.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 4874d84..9f671bf 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ubuntu-18.04, windows-latest, macos-latest]
+ os: [ubuntu-18.04, windows-latest]
steps:
- uses: actions/checkout@v1