Change macOS test runner to macOS 11
They're disabling the macOS 10.15 runner: https://github.com/actions/runner-images/issues/5583
This commit is contained in:
parent
6ffdfc009f
commit
ccff4f1444
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-18.04, macos-10.15, windows-latest]
|
||||
os: [ubuntu-18.04, macos-11, windows-latest]
|
||||
name: Build and test all components
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue