aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2021-09-24 09:01:30 -0400
committerJames McCoy <jamessan@jamessan.com>2021-09-24 09:01:30 -0400
commite0cf32c6de36328f8d72382879ee59a7eff80e0a (patch)
tree2349a1c0cf8e026a010f5c88d7899d9a6e470e49
parentbc570b00641386f6c60b24bc2207661b7551ca10 (diff)
downloadrneovim-e0cf32c6de36328f8d72382879ee59a7eff80e0a.tar.gz
rneovim-e0cf32c6de36328f8d72382879ee59a7eff80e0a.tar.bz2
rneovim-e0cf32c6de36328f8d72382879ee59a7eff80e0a.zip
ci: add macOS 11 build
-rw-r--r--.github/workflows/ci.yml3
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