Added macos 10.15 and 11

This commit is contained in:
Rhet Turnbull 2021-06-18 08:44:49 -07:00
parent 5143b165b5
commit df7b73212f

View File

@ -4,10 +4,10 @@ on: [push, pull_request]
jobs:
build:
runs-on: macOS-latest
runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, '[skip ci]')"
strategy:
os: [macos-10.15, macos-11]
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9]