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

specify macOS 12 minimum for standard builds (#1188)

This commit is contained in:
Alex Xu
2025-12-08 20:58:15 -08:00
committed by GitHub
parent 5ad23d9629
commit 4733c6348b

View File

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