diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-07-18 18:39:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-18 18:39:41 +0200 |
commit | e8c94697bcbe23a5c7b07c292b90a6b70aadfa87 (patch) | |
tree | 8eb57e206c4f24b1eedd5913a333a973943375fa | |
parent | d15a66d80336ff3f6c69a0eff4c17c83a84d44c9 (diff) | |
download | rneovim-e8c94697bcbe23a5c7b07c292b90a6b70aadfa87.tar.gz rneovim-e8c94697bcbe23a5c7b07c292b90a6b70aadfa87.tar.bz2 rneovim-e8c94697bcbe23a5c7b07c292b90a6b70aadfa87.zip |
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.
-rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1393b987d9..d670db5fac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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. |