From 3891835cc90137c734d6e080a90b7737e6e1a806 Mon Sep 17 00:00:00 2001 From: Vladimir Sumarov Date: Tue, 9 Jun 2026 15:04:56 -0700 Subject: [PATCH] Update libobs to v31.1.2sl19b2 1.21.3 hotfix branched from osn 0.26.28: point LibOBSVersion at v31.1.2sl19b2 (31.1.2sl19 + the GPU-process crash-limit flag and OnAcceleratedPaint teardown guard only). See streamlabs/obs-studio#739 and streamlabs/obs-browser#54. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 16be4349e..cdaa0f65c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ env: SLGenerator: Visual Studio 17 2022 SLDistributeDirectory: distribute SLFullDistributePath: "streamlabs-build.app/distribute" # The .app extension is required to run macOS tests correctly. - LibOBSVersion: 31.1.2sl19 + LibOBSVersion: 31.1.2sl19b2 PACKAGE_NAME: osn jobs: