From 48a39281ffda5a741b0b2a4d858f5510fb594648 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 25 Nov 2025 12:35:50 +0100 Subject: [PATCH] Revert "workflows: run smaller jobs on ubuntu-slim" This partially reverts commit 1289456d3ba95d381a8855e128b4e8947db0d310. The external action we use to merge branches runs in a docker container, which is not possible with the ubuntu-slim runner. --- .github/workflows/periodic-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/periodic-merge.yml b/.github/workflows/periodic-merge.yml index 32bce047783c..d29f34e643c0 100644 --- a/.github/workflows/periodic-merge.yml +++ b/.github/workflows/periodic-merge.yml @@ -21,7 +21,7 @@ defaults: jobs: merge: - runs-on: ubuntu-slim + runs-on: ubuntu-24.04-arm timeout-minutes: 5 steps: # Use a GitHub App to create the PR so that CI gets triggered