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:
flow 2022-09-12 18:41:13 -03:00
parent 931d6c280a
commit 8c41ff68f7
No known key found for this signature in database
GPG Key ID: 8D0F221F0A59F469

View File

@ -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'