summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2023-10-16 20:36:20 +0300
committersfan5 <sfan5@live.de>2023-10-16 21:31:59 +0200
commitad0017f8b9f414675074019dd7c1adcae6ad886a (patch)
tree7cfe1c4b000c9d0e8d5b66d8bdd30368cd18a39d
parent8f432b2e37bd2d421c21f828e41973710dfb8118 (diff)
downloadmpv-ad0017f8b9f414675074019dd7c1adcae6ad886a.tar.bz2
mpv-ad0017f8b9f414675074019dd7c1adcae6ad886a.tar.xz
github/workflows: remove macOS 11 build
Homebrew has finally given up supporting macOS 11, and all updated dependencies are being built locally. Additionally, python3.12 - being a dependency of libass in Homebrew - seems to completely fail under cairo's meson usage on macOS 11, even if we let it build. Thus, finally remove macOS 11 from our macOS build matrix, leaving 12 and 13. ref: Homebrew/brew#16019
-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 88d6dc234f..054ca3c923 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -83,7 +83,6 @@ jobs:
cc:
- "clang"
os:
- - "macos-11"
- "macos-12"
- "macos-13"
steps: