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 9f3a804 commit 9ea8b46Copy full SHA for 9ea8b46
.github/workflows/pythonapp.yml
@@ -85,7 +85,7 @@ jobs:
85
if: ${{ startsWith(matrix.os, 'macos')}}
86
id: cache
87
env:
88
- CACHE_NUMBER: 12
+ CACHE_NUMBER: 13
89
with:
90
path: ~/work/hummingbird/tvm
91
key: ${{ matrix.os }}-${{ env.CACHE_NUMBER }}-${{ matrix.python-version }}-tvm-0.10
@@ -109,7 +109,7 @@ jobs:
109
"-DUSE_RPC=ON"
110
"-DUSE_GRAPH_RUNTIME=ON"
111
"-DUSE_LLVM=$(brew --prefix llvm@14)/bin/llvm-config --link-static"
112
- "-DMACOSX_DEPLOYMENT_TARGET=10.15"
+ "-DMACOSX_DEPLOYMENT_TARGET=12.0"
113
..
114
- name: Build TVM if Mac
115
if: ${{ steps.cache.outputs.cache-hit != 'true' && startsWith(matrix.os, 'macos') }}
0 commit comments