Skip to content

Commit

Permalink
macOS: fix combined x64+arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Dec 1, 2024
1 parent 5b6ecab commit 8b7d120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: cmake -Bbuild -S. -G Xcode -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DLUA_INCLUDE_DIR=$PWD/LuaJIT/src -DLUA_LIBRARIES=$PWD/LuaJIT/src/lua
- name: Build
working-directory: build
run: xcodebuild -configuration Release -scheme https
run: xcodebuild -configuration Release -scheme https -destination generic/platform=macOS
- name: Test
working-directory: ./build/src/Release
run: ../../../LuaJIT/src/luajit -l "https" ../../../example/test.lua
Expand Down

0 comments on commit 8b7d120

Please sign in to comment.