From 621ac46988bc7353fc8985a1807365a03a2a244a Mon Sep 17 00:00:00 2001 From: akallabeth Date: Sun, 12 Jan 2025 10:04:24 +0100 Subject: [PATCH] [ci,abi] bump base ref to 3.6.0 new github runner with ubuntu 24.04 only support webkit2gtk-4.1 we added support for that with 3.6.0 --- .github/workflows/abi-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/abi-checker.yml b/.github/workflows/abi-checker.yml index 1a5cf75e9..197e94fb4 100644 --- a/.github/workflows/abi-checker.yml +++ b/.github/workflows/abi-checker.yml @@ -6,7 +6,7 @@ on: API_BASE_REF: description: 'Base revision for ABI compatibility check' required: true - default: '3.0.0' + default: '3.6.0' pull_request: branches: [ master, stable* ] schedule: