We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae4819d commit 36e0dfeCopy full SHA for 36e0dfe
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
tests:
13
strategy:
14
matrix:
15
- os: [ ubuntu-20.04, macos-10.15 ] # list of os: https://github.com/actions/virtual-environments
+ os: [ ubuntu-20.04, macos-11 ] # list of os: https://github.com/actions/virtual-environments
16
runs-on: ${{ matrix.os }}
17
18
steps:
0 commit comments