From 966d6e80b0d04ed15bd53575688274241e0effe4 Mon Sep 17 00:00:00 2001 From: Alexander Amelkin Date: Wed, 11 Jan 2023 16:52:27 +0300 Subject: 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 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] -- cgit v1.2.1