Update dependencies and macOS 11 CI on Github

This commit is contained in:
Joe Rickerby
2020-12-16 16:21:49 +00:00
parent d83daa3958
commit 90ce9d9844
7 changed files with 36 additions and 33 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, windows-latest, macos-latest]
# os: [ubuntu-latest, windows-latest, macos-11.0]
os: [macos-11.0]
python_version: ['3.7']
timeout-minutes: 180
steps: