Skip to content

Commit 9ea8b46

Browse files
committed
try MACOSX_DEPLOYMENT_TARGET=12.0
1 parent 9f3a804 commit 9ea8b46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
if: ${{ startsWith(matrix.os, 'macos')}}
8686
id: cache
8787
env:
88-
CACHE_NUMBER: 12
88+
CACHE_NUMBER: 13
8989
with:
9090
path: ~/work/hummingbird/tvm
9191
key: ${{ matrix.os }}-${{ env.CACHE_NUMBER }}-${{ matrix.python-version }}-tvm-0.10
@@ -109,7 +109,7 @@ jobs:
109109
"-DUSE_RPC=ON"
110110
"-DUSE_GRAPH_RUNTIME=ON"
111111
"-DUSE_LLVM=$(brew --prefix llvm@14)/bin/llvm-config --link-static"
112-
"-DMACOSX_DEPLOYMENT_TARGET=10.15"
112+
"-DMACOSX_DEPLOYMENT_TARGET=12.0"
113113
..
114114
- name: Build TVM if Mac
115115
if: ${{ steps.cache.outputs.cache-hit != 'true' && startsWith(matrix.os, 'macos') }}

0 commit comments

Comments
 (0)