diff options
| author | Asko Nõmm <asko@nmm.ee> | 2026-01-25 15:05:51 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2026-01-25 15:05:51 +0200 |
| commit | af9375d8b45119b54f889aee2ce24ec3bb708cf0 (patch) | |
| tree | b2599fc407f8911a271f163ded704e006a10eb27 | |
| parent | fb14e942009200916b877cf19fcff4d62de8a867 (diff) | |
Update workflow
| -rw-r--r-- | .forgejo/workflows/tests.yml (renamed from .github/workflows/tests.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.forgejo/workflows/tests.yml index e153435..438691a 100644 --- a/.github/workflows/tests.yml +++ b/.forgejo/workflows/tests.yml @@ -7,7 +7,7 @@ on: jobs: test-runtimes: - runs-on: ubuntu-latest + runs-on: docker steps: - name: Checkout uses: actions/checkout@v2 |
