Added macos 10.15 and 11
This commit is contained in:
parent
5143b165b5
commit
df7b73212f
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user