ci: Add support for MacOS-11

GitHub has made macos-11 virtual environment available.
Enable it for ipmitool.

Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
This commit is contained in:
Alexander Amelkin 2021-11-03 16:13:30 +03:00 committed by Alexander Amelkin
parent 08151adef3
commit 39ca56bf33

View File

@ -54,7 +54,10 @@ jobs:
run: make distcheck run: make distcheck
macos-catalina: macos-catalina:
runs-on: macos-10.15 strategy:
matrix:
os: [ macos-10.15, macos-11 ]
runs-on: ${{ matrix.os }}
steps: steps:
- name: install dependencies - name: install dependencies