Skip to content

Commit

Permalink
fix(.github/workflows): support old macos versions (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed May 8, 2020
1 parent ab5767c commit fb3f3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
brew install coreutils
- name: Configure
run: |
cmake ../src -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
cmake ../src -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12
working-directory: ./build
- name: Build
run: |
Expand Down

0 comments on commit fb3f3e8

Please sign in to comment.