mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
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:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -161,10 +161,7 @@ jobs:
|
|||||||
runner: ubuntu-20.04
|
runner: ubuntu-20.04
|
||||||
os: linux
|
os: linux
|
||||||
- cc: clang
|
- cc: clang
|
||||||
runner: macos-10.15
|
runner: macos-11
|
||||||
os: osx
|
|
||||||
- cc: clang
|
|
||||||
runner: macos-11.0
|
|
||||||
os: osx
|
os: osx
|
||||||
|
|
||||||
# functionaltest-lua is our dumping ground for non-mainline configurations.
|
# functionaltest-lua is our dumping ground for non-mainline configurations.
|
||||||
|
Reference in New Issue
Block a user