Unverified Commit 48a39281 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

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

This partially reverts commit 1289456d.

The external action we use to merge branches runs in a docker container,
which is not possible with the ubuntu-slim runner.
parent cac7896f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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