0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

github/workflows: remove macOS 10.15 image usage

This older image has been deprecated and will be removed in December.
The images have also already had planned outages during which the CI
flow has been affected. Thus it feels like a good idea to clean
this up at this point.

Ref: actions/runner-images#5583
This commit is contained in:
Jan Ekström 2022-11-05 19:35:36 +02:00
parent c416a38ef2
commit 0076b51dd2

View File

@ -70,7 +70,6 @@ jobs:
cc: cc:
- "clang" - "clang"
os: os:
- "macos-10.15"
- "macos-11" - "macos-11"
- "macos-12" - "macos-12"
steps: steps: