Added macos 10.15 and 11
This commit is contained in:
parent
df7b73212f
commit
15d2f45f0c
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -7,9 +7,9 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
||||
strategy:
|
||||
os: [macos-10.15, macos-11]
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
os: [macos-10.15, macos-11]
|
||||
python-version: [3.7, 3.8, 3.9]
|
||||
|
||||
steps:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user