From e66c42f7f6b31cd5c08d4577d199e421a51e40bd Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 27 Feb 2026 12:40:56 +0100 Subject: [PATCH] ci: Use ubuntu-24.04 for repo-config-migration The migration action now requires docker, so we can't use the ubuntu-slim runner anymore, as it is a docker container itself and doesn't provide Docker in Docker. Signed-off-by: Leandro Lucarella --- .github/workflows/repo-config-migration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repo-config-migration.yaml b/.github/workflows/repo-config-migration.yaml index ea87537..1744bc0 100644 --- a/.github/workflows/repo-config-migration.yaml +++ b/.github/workflows/repo-config-migration.yaml @@ -31,7 +31,7 @@ jobs: repo-config-migration: name: Migrate Repo Config if: contains(github.event.pull_request.title, 'the repo-config group') - runs-on: ubuntu-slim + runs-on: ubuntu-24.04 steps: - name: Generate token id: create-app-token