Skip to content

Commit 65c1ad9

Browse files
authored
ci: Use ubuntu-24.04 for repo-config-migration (#250)
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.
2 parents 75cb3d3 + e66c42f commit 65c1ad9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/repo-config-migration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
repo-config-migration:
3232
name: Migrate Repo Config
3333
if: contains(github.event.pull_request.title, 'the repo-config group')
34-
runs-on: ubuntu-slim
34+
runs-on: ubuntu-24.04
3535
steps:
3636
- name: Generate token
3737
id: create-app-token

0 commit comments

Comments
 (0)