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:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04, macos-10.15, windows-latest]
|
os: [ubuntu-18.04, macos-11, windows-latest]
|
||||||
name: Build and test all components
|
name: Build and test all components
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue