MacOS: Fix OSX deployment target in CMake and ci-build

This commit is contained in:
Jonathan G Rennison
2023-06-11 17:55:22 +01:00
parent 7a9cf87ff8
commit d9e7d2a7fd
2 changed files with 2 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ jobs:
runs-on: macos-latest
env:
MACOSX_DEPLOYMENT_TARGET: 10.9
MACOSX_DEPLOYMENT_TARGET: 10.13
steps:
- name: Checkout