aboutsummaryrefslogtreecommitdiffstats
path: root/.gitea
diff options
context:
space:
mode:
Diffstat (limited to '.gitea')
-rw-r--r--.gitea/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml
index ca4e658..e4de8a1 100644
--- a/.gitea/workflows/ci.yaml
+++ b/.gitea/workflows/ci.yaml
@@ -7,7 +7,7 @@ on: [push]
jobs:
docker:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-server
steps:
# GitHub Actions do not automatically checkout your projects. If you need the code
# you need to check it out.