Revert "workflows: run smaller jobs on ubuntu-slim"

This partially reverts commit 1289456d3b.

The external action we use to merge branches runs in a docker container,
which is not possible with the ubuntu-slim runner.
This commit is contained in:
Wolfgang Walther
2025-11-25 12:36:42 +01:00
parent cac7896fd0
commit 48a39281ff
+1 -1
View File
@@ -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