mirror of
https://github.com/ciromattia/kcc
synced 2025-12-11 00:36:33 +00:00
macOS 14 minimum for non legacy builds (#1189)
This commit is contained in:
2
.github/workflows/package-macos.yml
vendored
2
.github/workflows/package-macos.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
os: [ macos-15-intel, macos-14 ]
|
os: [ macos-15-intel, macos-14 ]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
MACOSX_DEPLOYMENT_TARGET: '12.0'
|
MACOSX_DEPLOYMENT_TARGET: '14.0'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
|||||||
Reference in New Issue
Block a user