move CI to MacOS 11 (#199)

This commit is contained in:
ledgerwatch 2021-11-30 14:43:36 +00:00 committed by GitHub
parent da3c239ed6
commit e2c8696eef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ jobs:
tests:
strategy:
matrix:
os: [ ubuntu-20.04, macos-10.15, windows-2019 ] # list of os: https://github.com/actions/virtual-environments
os: [ ubuntu-20.04, macos-11, windows-2019 ] # list of os: https://github.com/actions/virtual-environments
runs-on: ${{ matrix.os }}
steps: