Skip to content

Commit

Permalink
Set macOS 10.13 as the deployment target for the boost filesystem test
Browse files Browse the repository at this point in the history
Since that's the case that exercises it and will drive most of its usage
  • Loading branch information
cpsauer committed Jan 30, 2023
1 parent 9450f8c commit a932bde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,7 @@ jobs:
CPR_BUILD_TESTS: ON
CPR_BUILD_TESTS_SSL: OFF
CPR_USE_BOOST_FILESYSTEM: ON
CMAKE_OSX_DEPLOYMENT_TARGET: 10.13
uses: ashutoshvarma/action-cmake-build@master
with:
build-dir: ${{github.workspace}}/build
Expand Down

0 comments on commit a932bde

Please sign in to comment.