[macOS] Remove support for macOS 11 (#3611)
This commit is contained in:
commit
693d9d02bc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -96,7 +96,7 @@ jobs:
|
||||||
- os: macos-14
|
- os: macos-14
|
||||||
artifact-name: macOS
|
artifact-name: macOS
|
||||||
base-cmake-preset: ${{ (inputs.build-type || 'Debug') == 'Debug' && 'macos_universal' || 'macos' }}
|
base-cmake-preset: ${{ (inputs.build-type || 'Debug') == 'Debug' && 'macos_universal' || 'macos' }}
|
||||||
macosx-deployment-target: 11.0
|
macosx-deployment-target: 12.0
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue