summaryrefslogtreecommitdiff
path: root/.forgejo/workflows
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-10-29 09:05:19 +0100
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-10-29 09:05:19 +0100
commit4b2ba41dd46f4a9ae80b190fd3599653b81c4717 (patch)
treed532206c7e1b6c35812e85b0ec64c8a4619e7137 /.forgejo/workflows
parent7c57bf052ed75cd576c2dfafd7f5071cfa97c01d (diff)
CI: Use Codeberg runner
Diffstat (limited to '.forgejo/workflows')
-rw-r--r--.forgejo/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml
index c7885f0..691c96c 100644
--- a/.forgejo/workflows/test.yml
+++ b/.forgejo/workflows/test.yml
@@ -1,7 +1,7 @@
on: [ push ]
jobs:
test:
- runs-on: docker
+ runs-on: codeberg-tiny-lazy
container:
image: codeberg.org/fkooman/ci:latest
steps: