Skip to content

Commit

Permalink
Feat(CI): Add macos back
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Oct 18, 2023
1 parent 74c16cd commit e874aa1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/LuaJIT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
Build-Release:
strategy:
matrix:
target_system: [ ubuntu-22.04, windows-2022 ]
target_system: [ ubuntu-22.04, windows-2022, macos-11 ]
runs-on: ${{ matrix.target_system }}
env:
BUILD_EXT_DYN: ${{ matrix.target_system == 'windows-2022' && '.dll' || '.so' }}
Expand All @@ -38,7 +38,6 @@ jobs:
run: |
mkdir bin include lib lua
cd src
ls -la1R
mv jit ../lua
mv ${{ env.BUILD_PREFIX }}${{ env.LIB_NAME }}${{ env.BUILD_EXT_DYN }} ../bin
mv ${{ env.BUILD_PREFIX }}${{ env.LIB_NAME }}${{ env.BUILD_EXT_STAT }} ../lib
Expand Down

0 comments on commit e874aa1

Please sign in to comment.