We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eea01f commit c070717Copy full SHA for c070717
1 file changed
.github/workflows/ci.yml
@@ -19,6 +19,8 @@ jobs:
19
hererocks lua_install -r^ --${{ matrix.lua }}
20
export PATH=$PATH:$PWD/lua_install/bin
21
luarocks install lua-cjson2
22
+ env:
23
+ MACOSX_DEPLOYMENT_TARGET: 11.0
24
- name: Build lua-simdjson
25
run: |
26
0 commit comments