Cocoa: Remove support for OS X 10.10 Yosemite

Fixes #2506
This commit is contained in:
Camilla Löwy
2024-04-07 19:26:01 +02:00
parent 228e58262e
commit 8b574030a8
6 changed files with 9 additions and 17 deletions

View File

@@ -54,7 +54,7 @@ jobs:
timeout-minutes: 4
env:
CFLAGS: -Werror
MACOSX_DEPLOYMENT_TARGET: 10.8
MACOSX_DEPLOYMENT_TARGET: 10.11
CMAKE_OSX_ARCHITECTURES: x86_64;arm64
steps:
- uses: actions/checkout@v4