Skip to content

Commit

Permalink
macOS: Support macOS 10.15
Browse files Browse the repository at this point in the history
Fixes #1866
  • Loading branch information
hluk committed Jan 20, 2022
1 parent ccbdcc0 commit 7fec7f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-macos.yml
Expand Up @@ -40,6 +40,7 @@ jobs:
-DWITH_TESTS=TRUE
-DCMAKE_BUILD_TYPE='${{matrix.build_type}}'
-DCMAKE_PREFIX_PATH="/usr/local/opt/qt@5/lib/cmake"
-DCMAKE_OSX_DEPLOYMENT_TARGET="10.15"
- name: Create gnupg directory for tests
run: mkdir -p ~/.gnupg
Expand Down

0 comments on commit 7fec7f4

Please sign in to comment.