Skip to content

Commit

Permalink
ci(mac): select xcode 14.0.1 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd authored Mar 1, 2024
1 parent ec68c69 commit 6fad893
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@ jobs:
steps:
- uses: actions/checkout@v4

# 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
# so pre-compile zetasql requires macOS >= 12.3
- name: Xcode Select Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.0.1'

- name: Setup cmake
uses: jwlawson/[email protected]
with:
Expand Down Expand Up @@ -145,6 +152,10 @@ jobs:
run: |
cmake --build deps
- name: verbose minos info
run: |
otool -l deps/usr/lib/libabsl_base.a | grep -A 20 LC_BUILD_VERSION
- name: create archive
if: startsWith(github.ref, 'refs/tags/v') || (github.event_name == 'workflow_dispatch' && github.event.inputs.UPLOAD == true)
run: |
Expand Down

0 comments on commit 6fad893

Please sign in to comment.