Skip to content

Commit

Permalink
Added backwards compatability to the macOS library (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC authored Jun 28, 2021
1 parent 1a4ce5e commit fb8fa5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build
run: make
run: |
export MACOSX_DEPLOYMENT_TARGET=10.9
make
- name: Upload Release Asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit fb8fa5f

Please sign in to comment.