Skip to content

Commit ef74f19

Browse files
committed
[WIP][CI] Try to fix macos CI
1 parent 2dffbd8 commit ef74f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-premake5/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
if: runner.os == 'macOS'
4747
run: |
4848
cd .premake-build
49-
make -f Bootstrap.mak osx CONFIG=release
49+
make -f Bootstrap.mak osx CONFIG=release PLATFORM="ARM64"
5050
mkdir /Applications/premake5.app
5151
cp bin/release/premake5 /Applications/premake5.app/
5252
cd ..

0 commit comments

Comments
 (0)