Remove macos-11.0 environment

See https://github.com/danmar/cppcheck/pull/2989#issuecomment-753591221

The environment currently is not reliable. Maybe because it's a preview only according to https://github.com/actions/virtual-environments/issues/1814 ?
This commit is contained in:
amai2012 2021-01-03 10:41:43 +01:00 committed by GitHub
parent d59abfd977
commit 76d5e6c7db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, macos-10.15, macos-11.0]
os: [ubuntu-18.04, ubuntu-20.04, macos-10.15]
fail-fast: false # Prefer quick result
runs-on: ${{ matrix.os }}