1
0
Fork 0

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:
Robbert van der Helm 2022-09-23 16:35:34 +02:00
parent 6ffdfc009f
commit ccff4f1444

View file

@ -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: