mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-08 02:24:39 +02:00
[macOS] Remove support for macOS 11 (#3611)
This commit is contained in:
commit
693d9d02bc
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -96,7 +96,7 @@ jobs:
|
||||
- os: macos-14
|
||||
artifact-name: 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 }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user