File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,13 @@ jobs:
110110 steps :
111111 - uses : actions/checkout@v4
112112
113+ # xcode 14.0.1 comes with macOS SDK 12.3, ref https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md#installed-sdks
114+ # so pre-compile zetasql requires macOS >= 12.3
115+ - name : Xcode Select Version
116+ uses : maxim-lobanov/setup-xcode@v1
117+ with :
118+ xcode-version : ' 14.0.1'
119+
113120 - name : Setup cmake
114121115122 with :
@@ -145,6 +152,10 @@ jobs:
145152 run : |
146153 cmake --build deps
147154
155+ - name : verbose minos info
156+ run : |
157+ otool -l deps/usr/lib/libabsl_base.a | grep -A 20 LC_BUILD_VERSION
158+
148159 - name : create archive
149160 if : startsWith(github.ref, 'refs/tags/v') || (github.event_name == 'workflow_dispatch' && github.event.inputs.UPLOAD == true)
150161 run : |
You can’t perform that action at this time.
0 commit comments