Skip to content

Commit 7319299

Browse files
authored
default to android64 on linux
1 parent 73a0ed2 commit 7319299

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ https://github.com/geode-sdk/build-geode-mod/tree/main/examples
4444
# Defaults to what is appropriate for the current platform, so:
4545
# Defaults to Win32 on windows runners
4646
# Defaults to MacOS on macOS runners
47-
# Defaults to Android32 on linux runners
47+
# Defaults to Android64 on linux runners
4848
target: ''
4949

5050
# What repository to use for bindings. Must be in the format "user/repo". Not required.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ runs:
7474
DEFAULT_TARGET=Win32
7575
if [ "$RUNNER_OS" = "Linux" ]; then
7676
ID=linux
77-
DEFAULT_TARGET=Android32
77+
DEFAULT_TARGET=Android64
7878
elif [ "$RUNNER_OS" = "Windows" ]; then
7979
ID=win
8080
DEFAULT_TARGET=Win32

0 commit comments

Comments
 (0)