macOS deployment target=26

This commit is contained in:
Krasimir Angelov
2026-09-09 11:33:57 +02:00
parent df1c729bfe
commit f55f1cb569
+1 -1
View File
@@ -225,7 +225,7 @@ jobs:
LD_LIBRARY_PATH: /opt/homebrew/lib
EXTRA_INCLUDE_DIRS: /opt/homebrew/include
EXTRA_LIB_DIRS: /opt/homebrew/lib
MACOSX_DEPLOYMENT_TARGET: 15.0
MACOSX_DEPLOYMENT_TARGET: 26.0
steps:
- uses: actions/checkout@v7