We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6ecab commit 8b7d120Copy full SHA for 8b7d120
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
run: cmake -Bbuild -S. -G Xcode -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DLUA_INCLUDE_DIR=$PWD/LuaJIT/src -DLUA_LIBRARIES=$PWD/LuaJIT/src/lua
36
- name: Build
37
working-directory: build
38
- run: xcodebuild -configuration Release -scheme https
+ run: xcodebuild -configuration Release -scheme https -destination generic/platform=macOS
39
- name: Test
40
working-directory: ./build/src/Release
41
run: ../../../LuaJIT/src/luajit -l "https" ../../../example/test.lua
0 commit comments