Skip to content

Commit

Permalink
Fix(CI): Set OSX target for LuaJIT
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Oct 18, 2023
1 parent e874aa1 commit a9dc723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/LuaJIT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Build
run: |
${{ runner.os != 'Windows' && 'make' || 'cd src && ./msvcbuild.bat && cd ..'}}
${{ runner.os == 'macOS' && 'export OSX_DEPLOYMENT_TARGET="11.7" && make' || runner.os == 'Linux' && 'make' || 'cd src && ./msvcbuild.bat && cd ..'}}
- name: Make Archive
shell: bash
Expand Down

0 comments on commit a9dc723

Please sign in to comment.