diff --git a/.github/workflows/android_builds.yml b/.github/workflows/android_builds.yml index 13da21b85c5..fca2cb91a3d 100644 --- a/.github/workflows/android_builds.yml +++ b/.github/workflows/android_builds.yml @@ -5,7 +5,7 @@ on: # Global Settings env: # Only used for the cache key. Increment version to force clean build. - GODOT_BASE_BRANCH: 3.x + GODOT_BASE_BRANCH: 3.6 SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no concurrency: diff --git a/.github/workflows/ios_builds.yml b/.github/workflows/ios_builds.yml index 1f0bfed3fb4..40398b51e7c 100644 --- a/.github/workflows/ios_builds.yml +++ b/.github/workflows/ios_builds.yml @@ -5,7 +5,7 @@ on: # Global Settings env: # Only used for the cache key. Increment version to force clean build. - GODOT_BASE_BRANCH: 3.x + GODOT_BASE_BRANCH: 3.6 SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no concurrency: diff --git a/.github/workflows/javascript_builds.yml b/.github/workflows/javascript_builds.yml index c3fde9b23a6..94b321c691e 100644 --- a/.github/workflows/javascript_builds.yml +++ b/.github/workflows/javascript_builds.yml @@ -5,7 +5,7 @@ on: # Global Settings env: # Only used for the cache key. Increment version to force clean build. - GODOT_BASE_BRANCH: 3.x + GODOT_BASE_BRANCH: 3.6 SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no EM_VERSION: 3.1.39 EM_CACHE_FOLDER: "emsdk-cache" diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 2f69ca22856..3910941d204 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -5,7 +5,7 @@ on: # Global Settings env: # Only used for the cache key. Increment version to force clean build. - GODOT_BASE_BRANCH: 3.x + GODOT_BASE_BRANCH: 3.6 SCONSFLAGS: verbose=yes warnings=all werror=yes concurrency: diff --git a/.github/workflows/macos_builds.yml b/.github/workflows/macos_builds.yml index ad73d649583..07de3fc4763 100644 --- a/.github/workflows/macos_builds.yml +++ b/.github/workflows/macos_builds.yml @@ -5,7 +5,7 @@ on: # Global Settings env: # Only used for the cache key. Increment version to force clean build. - GODOT_BASE_BRANCH: 3.x + GODOT_BASE_BRANCH: 3.6 SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no concurrency: diff --git a/.github/workflows/server_builds.yml b/.github/workflows/server_builds.yml index 8758574015c..e62e135822b 100644 --- a/.github/workflows/server_builds.yml +++ b/.github/workflows/server_builds.yml @@ -5,7 +5,7 @@ on: # Global Settings env: # Only used for the cache key. Increment version to force clean build. - GODOT_BASE_BRANCH: 3.x + GODOT_BASE_BRANCH: 3.6 SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no module_mono_enabled=yes mono_static=yes mono_glue=no concurrency: diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index ea3e9054ec1..cf5ba334bd2 100644 --- a/.github/workflows/windows_builds.yml +++ b/.github/workflows/windows_builds.yml @@ -6,7 +6,7 @@ on: # SCONS_CACHE for windows must be set in the build environment env: # Only used for the cache key. Increment version to force clean build. - GODOT_BASE_BRANCH: 3.x + GODOT_BASE_BRANCH: 3.6 SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no SCONS_CACHE_MSVC_CONFIG: true