Skip to content

Commit 9d3bd3d

Browse files
Update macos build version (#1111)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fcaa672 commit 9d3bd3d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/macos_nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
bash tools/ci_testing/install_bazel_macos.sh $BAZEL_VERSION
4949
bazel build \
5050
-c opt \
51+
--copt -mmacosx-version-min=10.13 \
52+
--linkopt -mmacosx-version-min=10.13 \
5153
--noshow_progress \
5254
--noshow_loading_progress \
5355
--verbose_failures \

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ jobs:
106106
bash tools/ci_testing/install_bazel_macos.sh $BAZEL_VERSION
107107
bazel build \
108108
-c opt \
109+
--copt -mmacosx-version-min=10.13 \
110+
--linkopt -mmacosx-version-min=10.13 \
109111
--noshow_progress \
110112
--noshow_loading_progress \
111113
--verbose_failures \

0 commit comments

Comments
 (0)