Skip to content

Commit

Permalink
bump macos to 10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Jan 29, 2024
1 parent feeb562 commit 14aed76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ runs:
if [ ${{ steps.platform.outputs.id }} = "win" ]; then
CMAKE_EXTRA_ARGS="-T host=x64 -A win32"
elif [ ${{ steps.platform.outputs.id }} = "mac" ]; then
CMAKE_EXTRA_ARGS="-DCMAKE_BUILD_TYPE=${{ inputs.build-config }} -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13"
CMAKE_EXTRA_ARGS="-DCMAKE_BUILD_TYPE=${{ inputs.build-config }} -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15"
elif [ ${{ steps.platform.outputs.target }} = "Android32" ]; then
CMAKE_EXTRA_ARGS="-DCMAKE_BUILD_TYPE=${{ inputs.build-config }} -DCMAKE_TOOLCHAIN_FILE=$NDK_HOME/build/cmake/android.toolchain.cmake -DANDROID_ABI=armeabi-v7a -DANDROID_PLATFORM=android-${{ inputs.android-min-sdk }} -DGEODE_DONT_BUILD_TEST_MODS=1 -G Ninja"
elif [ ${{ steps.platform.outputs.target }} = "Android64" ]; then
Expand Down

0 comments on commit 14aed76

Please sign in to comment.