ci: add macOS 11 build

This commit is contained in:
James McCoy
2021-09-24 09:01:30 -04:00
parent bc570b0064
commit e0cf32c6de

View File

@@ -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