mirror of https://github.com/mpv-player/mpv
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:
parent
c416a38ef2
commit
0076b51dd2
|
@ -70,7 +70,6 @@ jobs:
|
||||||
cc:
|
cc:
|
||||||
- "clang"
|
- "clang"
|
||||||
os:
|
os:
|
||||||
- "macos-10.15"
|
|
||||||
- "macos-11"
|
- "macos-11"
|
||||||
- "macos-12"
|
- "macos-12"
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue