From eb23f129144c8bdeff5b8b5ac9cf4a9bd499a974 Mon Sep 17 00:00:00 2001 From: saturneric Date: Sun, 6 Jul 2025 02:35:13 +0200 Subject: refactor(ci): simplify runner configuration for Docker job * Removed redundant runner options to streamline CI configuration. --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 1b7ac7d..e4de8a1 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -7,7 +7,7 @@ on: [push] jobs: docker: - runs-on: [ubuntu-latest, ubuntu-latest-server] + 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. -- cgit v1.2.3