From ada246acf96e4f55a1251d06b92da16148e5fcff Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Fri, 1 Dec 2023 12:57:12 +0100 Subject: [PATCH] GHA: Target godot 4.2-stable --- .github/workflows/all_builds.yml | 2 +- .github/workflows/test_builds.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all_builds.yml b/.github/workflows/all_builds.yml index 3f36296..98ae699 100644 --- a/.github/workflows/all_builds.yml +++ b/.github/workflows/all_builds.yml @@ -5,7 +5,7 @@ on: godot-treeish: description: A tag, branch or commit hash in the Godot repository. type: string - default: master + default: 4.2-stable limboai-treeish: description: A tag, branch or commit hash in the LimboAI repository. type: string diff --git a/.github/workflows/test_builds.yml b/.github/workflows/test_builds.yml index d7aa5c2..404d52f 100644 --- a/.github/workflows/test_builds.yml +++ b/.github/workflows/test_builds.yml @@ -21,7 +21,7 @@ on: # Global settings env: - GODOT_TREEISH: master + GODOT_TREEISH: 4.2-stable SCONSFLAGS: verbose=yes warnings=extra werror=yes SCONS_CACHE_LIMIT: 7168 DOTNET_NOLOGO: true