We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7b52d commit f694d96Copy full SHA for f694d96
.github/workflows/build.yml
@@ -77,9 +77,9 @@ jobs:
77
}
78
- {
79
name: "MacOS"
80
- , os: macos-11
+ , os: macos-latest
81
, QT_INST_DIR: /Users/runner, Qt_TOOL_PATH: "/Users/runner/Qt/Tools/QtInstallerFramework/4.4"
82
- , extraCmakeConfig: "-DCMAKE_OSX_ARCHITECTURES=\"arm64;x86_64\""
+ , extraCmakeConfig: "-DCMAKE_OSX_ARCHITECTURES=\"arm64;x86_64\" -DCMAKE_OSX_DEPLOYMENT_TARGET=\"10.14\""
83
84
85
name: "Windows-x64"
0 commit comments