mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Update macos target name in github actions
The name `macos-catalina` was not correct as the script was actually executed bothe for catalina (macos-10.15) and big sur (macos-11). Renamed it to just `macos`. Signed-off-by: Alexander Amelkin <alexander@amelkin.msk.ru>
This commit is contained in:
parent
206dba615d
commit
966d6e80b0
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
- name: make distcheck
|
||||
run: make distcheck
|
||||
|
||||
macos-catalina:
|
||||
macos:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ macos-10.15, macos-11 ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user