Skip to content

Commit 8b7d120

Browse files
committed
macOS: fix combined x64+arm64 build
1 parent 5b6ecab commit 8b7d120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: cmake -Bbuild -S. -G Xcode -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DLUA_INCLUDE_DIR=$PWD/LuaJIT/src -DLUA_LIBRARIES=$PWD/LuaJIT/src/lua
3636
- name: Build
3737
working-directory: build
38-
run: xcodebuild -configuration Release -scheme https
38+
run: xcodebuild -configuration Release -scheme https -destination generic/platform=macOS
3939
- name: Test
4040
working-directory: ./build/src/Release
4141
run: ../../../LuaJIT/src/luajit -l "https" ../../../example/test.lua

0 commit comments

Comments
 (0)