mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -07: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:
parent
d15a66d803
commit
e8c94697bc
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user