Skip to content

Commit

Permalink
CI: Set macOS deployment target to 11
Browse files Browse the repository at this point in the history
Tenacity officially targets macOS 11 or later, so raise this here in CI
as well.

Signed-off-by: Avery King <[email protected]>
  • Loading branch information
Avery King committed Sep 5, 2024
1 parent d78af4d commit c6f6b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
CMAKE_BUILD_TYPE: RelWithDebInfo
CMAKE_C_COMPILER_LAUNCHER: ${{ matrix.config.os.compiler_cache }}
CMAKE_CXX_COMPILER_LAUNCHER: ${{ matrix.config.os.compiler_cache }}
MACOSX_DEPLOYMENT_TARGET: 10.15
MACOSX_DEPLOYMENT_TARGET: 11

VCPKG_DISABLE_METRICS: true
VCPKG_DEFAULT_TRIPLET: ${{ matrix.config.vcpkg_triplet }}
Expand Down

0 comments on commit c6f6b40

Please sign in to comment.