1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-11 00:36:33 +00:00

specify 12.0 instead of 12

This commit is contained in:
Alex Xu
2025-12-08 21:31:38 -08:00
committed by GitHub
parent 3f4ef3e21e
commit a017cfd00d

View File

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