summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2022-11-05 19:35:36 +0200
committerJan Ekström <jeebjp@gmail.com>2022-11-05 23:54:27 +0200
commit0076b51dd2949e91e115d3380b50f62a9a1d70da (patch)
treed42dc29c94ebd5f88008e73419dd68f9d46f4e51 /.github
parentc416a38ef227067ef7b81b9650a13157300cdfbe (diff)
downloadmpv-0076b51dd2949e91e115d3380b50f62a9a1d70da.tar.bz2
mpv-0076b51dd2949e91e115d3380b50f62a9a1d70da.tar.xz
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5adb3d08b5..87618050c2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -70,7 +70,6 @@ jobs:
cc:
- "clang"
os:
- - "macos-10.15"
- "macos-11"
- "macos-12"
steps: