diff --git a/.forgejo/workflows/todos.yaml b/.forgejo/workflows/todos.yaml index e69bbe7..c3a09bd 100644 --- a/.forgejo/workflows/todos.yaml +++ b/.forgejo/workflows/todos.yaml @@ -2,7 +2,7 @@ name: TODO tracker on: [push, pull_request] jobs: build: - runs-on: alpine + runs-on: ubuntu-latest steps: - uses: https://forge.capytal.company/actions/checkout@v3 - uses: https://forge.capytal.company/actions/tdg-forgejo-action@master