Skip to content

Commit

Permalink
raise mac target sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasmeszaros committed Aug 1, 2023
1 parent 1883d5c commit a4758d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
shell: bash
working-directory: ${{github.workspace}}/deps/build
run: |
cmake .. -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9
cmake .. -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12
cmake --build .
- name: Configure CMake
Expand All @@ -188,7 +188,7 @@ jobs:
# Note the current convention is to use the -S and -B options here to specify source
# and build directories, but this is only available with CMake 3.13 and higher.
# The CMake binaries on the Github Actions machines are (as of this writing) 3.12
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 -DCMAKE_PREFIX_PATH=${{github.workspace}}/deps/build/destdir/usr/local -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/build/dist -DCATCH_EXTRA_ARGS="--reporter;junit;--out=result-junit-mac.xml"
run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 -DCMAKE_PREFIX_PATH=${{github.workspace}}/deps/build/destdir/usr/local -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/build/dist -DCATCH_EXTRA_ARGS="--reporter;junit;--out=result-junit-mac.xml"

- name: Build
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit a4758d1

Please sign in to comment.