1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 00:42:57 +00:00

github/workflows: enable macOS 11.x CI

This image has finally become public.
This commit is contained in:
Jan Ekström 2021-10-06 00:19:28 +03:00
parent 564f3dba56
commit da58510a14

View File

@ -48,6 +48,7 @@ jobs:
- "clang"
os:
- "macos-10.15"
- "macos-11"
steps:
- uses: actions/checkout@v2