macos removed from CI

This commit is contained in:
Fabian Joswig 2021-10-12 14:57:00 +01:00
parent 0098e74aa9
commit 7b607ede2a

View file

@ -9,12 +9,11 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.6", "3.8", "3.9"]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9"]
steps:
- name: Checkout source