diff --git a/.github/workflows/android_builds.yml b/.github/workflows/android_builds.yml index 671d5c52a0..c4ab66659a 100644 --- a/.github/workflows/android_builds.yml +++ b/.github/workflows/android_builds.yml @@ -3,7 +3,7 @@ on: [push, pull_request] # Global Settings env: - GODOT_BASE_BRANCH: 3.x + GODOT_BASE_BRANCH: 3.4 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 2e228b1883..1d0fdb43f5 100644 --- a/.github/workflows/ios_builds.yml +++ b/.github/workflows/ios_builds.yml @@ -3,7 +3,7 @@ on: [push, pull_request] # Global Settings env: - GODOT_BASE_BRANCH: 3.x + GODOT_BASE_BRANCH: 3.4 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 df26cdd2ab..0f44db72e6 100644 --- a/.github/workflows/javascript_builds.yml +++ b/.github/workflows/javascript_builds.yml @@ -3,7 +3,7 @@ on: [push, pull_request] # Global Settings env: - GODOT_BASE_BRANCH: 3.x + GODOT_BASE_BRANCH: 3.4 SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no EM_VERSION: 2.0.25 EM_CACHE_FOLDER: "emsdk-cache" diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 7592e84e04..866ac77376 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -3,7 +3,7 @@ on: [push, pull_request] # Global Settings env: - GODOT_BASE_BRANCH: 3.x + GODOT_BASE_BRANCH: 3.4 SCONSFLAGS: verbose=yes warnings=all werror=yes concurrency: diff --git a/.github/workflows/macos_builds.yml b/.github/workflows/macos_builds.yml index cab505cd27..2af1e4a82f 100644 --- a/.github/workflows/macos_builds.yml +++ b/.github/workflows/macos_builds.yml @@ -3,7 +3,7 @@ on: [push, pull_request] # Global Settings env: - GODOT_BASE_BRANCH: 3.x + GODOT_BASE_BRANCH: 3.4 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 a223b84e69..cf937d1ff5 100644 --- a/.github/workflows/server_builds.yml +++ b/.github/workflows/server_builds.yml @@ -3,7 +3,7 @@ on: [push, pull_request] # Global Settings env: - GODOT_BASE_BRANCH: 3.x + GODOT_BASE_BRANCH: 3.4 SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no module_mono_enabled=yes mono_glue=no concurrency: diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index 803b2809c7..4a369d008d 100644 --- a/.github/workflows/windows_builds.yml +++ b/.github/workflows/windows_builds.yml @@ -4,7 +4,7 @@ on: [push, pull_request] # Global Settings # SCONS_CACHE for windows must be set in the build environment env: - GODOT_BASE_BRANCH: 3.x + GODOT_BASE_BRANCH: 3.4 SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no SCONS_CACHE_MSVC_CONFIG: true