summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Amelkin <alexander@amelkin.msk.ru>2023-01-11 16:52:27 +0300
committerAlexander Amelkin <alexander@amelkin.msk.ru>2023-01-11 16:52:27 +0300
commit966d6e80b0d04ed15bd53575688274241e0effe4 (patch)
tree800dc67277494c9180fe987cebbdda399bab98ee
parent206dba615d740a31e881861c86bcc8daafd9d5b1 (diff)
downloadipmitool-966d6e80b0d04ed15bd53575688274241e0effe4.tar.gz
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>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0ae024c..9559ada 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
- name: make distcheck
run: make distcheck
- macos-catalina:
+ macos:
strategy:
matrix:
os: [ macos-10.15, macos-11 ]