Skip to content

Commit 6fad893

Browse files
authored
ci(mac): select xcode 14.0.1 (#47)
1 parent ec68c69 commit 6fad893

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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
114121
uses: jwlawson/[email protected]
115122
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: |

0 commit comments

Comments
 (0)