We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcaa672 commit 9d3bd3dCopy full SHA for 9d3bd3d
.github/workflows/macos_nightly.yml
@@ -48,6 +48,8 @@ jobs:
48
bash tools/ci_testing/install_bazel_macos.sh $BAZEL_VERSION
49
bazel build \
50
-c opt \
51
+ --copt -mmacosx-version-min=10.13 \
52
+ --linkopt -mmacosx-version-min=10.13 \
53
--noshow_progress \
54
--noshow_loading_progress \
55
--verbose_failures \
.github/workflows/release.yml
@@ -106,6 +106,8 @@ jobs:
106
107
108
109
110
111
112
113
0 commit comments