summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Amelkin <alexander@amelkin.msk.ru>2021-11-03 16:13:30 +0300
committerAlexander Amelkin <mocbuhtig@amelkin.msk.ru>2021-11-03 16:30:34 +0300
commit39ca56bf33975b8a8b7e87928d67dc66366161da (patch)
tree0c32d542d37c3e0192640ae3e15789e3b8dd41b2
parent08151adef3d3cfdd457f5f6bf7a79ee7f9f9bc43 (diff)
downloadipmitool-39ca56bf33975b8a8b7e87928d67dc66366161da.tar.gz
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>
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e13ddc2..0ae024c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -54,7 +54,10 @@ jobs:
run: make distcheck
macos-catalina:
- runs-on: macos-10.15
+ strategy:
+ matrix:
+ os: [ macos-10.15, macos-11 ]
+ runs-on: ${{ matrix.os }}
steps:
- name: install dependencies