Skip to content

Commit c070717

Browse files
committed
[ci] Set mac deployment target
It is required for luajit to build properly on mac
1 parent 9eea01f commit c070717

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
hererocks lua_install -r^ --${{ matrix.lua }}
2020
export PATH=$PATH:$PWD/lua_install/bin
2121
luarocks install lua-cjson2
22+
env:
23+
MACOSX_DEPLOYMENT_TARGET: 11.0
2224
- name: Build lua-simdjson
2325
run: |
2426
export PATH=$PATH:$PWD/lua_install/bin

0 commit comments

Comments
 (0)