mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
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:
parent
08151adef3
commit
39ca56bf33
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user