From 2967267fbad77fb6fcdb5a235f0c854d0c750687 Mon Sep 17 00:00:00 2001 From: David Snopek Date: Mon, 15 Sep 2025 16:41:57 -0500 Subject: [PATCH] Update `GODOT_CPP_BRANCH` after Godot v4.5-stable release --- .github/workflows/linux_builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index ed33b901e5d..f6f9e06916c 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -8,7 +8,7 @@ env: dev_mode=yes module_text_server_fb_enabled=yes "accesskit_sdk_path=${{ github.workspace }}/accesskit-c-0.17.0/" - GODOT_CPP_BRANCH: 4.4 + GODOT_CPP_BRANCH: 4.5 DOTNET_NOLOGO: true DOTNET_CLI_TELEMETRY_OPTOUT: true ASAN_OPTIONS: color=always:print_suppressions=1:suppressions=${{ github.workspace }}/misc/error_suppressions/asan.txt