mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
chore(actions)!: bump macOS required version to 10.15
This is needed for std::filesystem support in macOS's libc. Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
931d6c280a
commit
8c41ff68f7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
qt_ver: 6
|
||||
|
||||
- os: macos-12
|
||||
macosx_deployment_target: 10.14
|
||||
macosx_deployment_target: 10.15
|
||||
qt_ver: 6
|
||||
qt_host: mac
|
||||
qt_version: '6.3.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue