diff options
author | James McCoy <jamessan@jamessan.com> | 2021-09-24 09:01:30 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2021-09-24 09:01:30 -0400 |
commit | e0cf32c6de36328f8d72382879ee59a7eff80e0a (patch) | |
tree | 2349a1c0cf8e026a010f5c88d7899d9a6e470e49 | |
parent | bc570b00641386f6c60b24bc2207661b7551ca10 (diff) | |
download | rneovim-e0cf32c6de36328f8d72382879ee59a7eff80e0a.tar.gz rneovim-e0cf32c6de36328f8d72382879ee59a7eff80e0a.tar.bz2 rneovim-e0cf32c6de36328f8d72382879ee59a7eff80e0a.zip |
ci: add macOS 11 build
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f75320048b..fd15159ced 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,9 @@ jobs: - cc: clang runner: macos-10.15 os: osx + - cc: clang + runner: macos-11.0 + os: osx - flavor: functionaltest-lua cc: gcc runner: ubuntu-20.04 |