Skip to content

Commit f694d96

Browse files
committed
Min mac os 10.14
1 parent 2e7b52d commit f694d96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ jobs:
7777
}
7878
- {
7979
name: "MacOS"
80-
, os: macos-11
80+
, os: macos-latest
8181
, QT_INST_DIR: /Users/runner, Qt_TOOL_PATH: "/Users/runner/Qt/Tools/QtInstallerFramework/4.4"
82-
, extraCmakeConfig: "-DCMAKE_OSX_ARCHITECTURES=\"arm64;x86_64\""
82+
, extraCmakeConfig: "-DCMAKE_OSX_ARCHITECTURES=\"arm64;x86_64\" -DCMAKE_OSX_DEPLOYMENT_TARGET=\"10.14\""
8383
}
8484
- {
8585
name: "Windows-x64"

0 commit comments

Comments
 (0)