1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-11 08:46:25 +00:00

macOS 14 minimum for non legacy builds (#1189)

This commit is contained in:
Alex Xu
2025-12-08 22:25:59 -08:00
committed by GitHub
parent a017cfd00d
commit 8870898a87

View File

@@ -28,7 +28,7 @@ jobs:
os: [ macos-15-intel, macos-14 ]
runs-on: ${{ matrix.os }}
env:
MACOSX_DEPLOYMENT_TARGET: '12.0'
MACOSX_DEPLOYMENT_TARGET: '14.0'
steps:
- uses: actions/checkout@v6
- name: Set up Python