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:
Alexander Amelkin 2023-01-11 16:52:27 +03:00
parent 206dba615d
commit 966d6e80b0
No known key found for this signature in database
GPG Key ID: E893587B5B74178D

View File

@ -53,7 +53,7 @@ jobs:
- name: make distcheck - name: make distcheck
run: make distcheck run: make distcheck
macos-catalina: macos:
strategy: strategy:
matrix: matrix:
os: [ macos-10.15, macos-11 ] os: [ macos-10.15, macos-11 ]