ci: test only a single macos version (#19418)

The differences in MacOS releases are smaller since they're now upgraded
yearly, meaning the need to test each version is reduced.
This commit is contained in:
dundargoc 2022-07-18 18:39:41 +02:00 committed by GitHub
parent d15a66d803
commit e8c94697bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,10 +161,7 @@ jobs:
runner: ubuntu-20.04
os: linux
- cc: clang
runner: macos-10.15
os: osx
- cc: clang
runner: macos-11.0
runner: macos-11
os: osx
# functionaltest-lua is our dumping ground for non-mainline configurations.