From 5edf0198787d40ac10ccb38b0b25106351c2c63c Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Thu, 7 May 2026 11:33:38 +0200 Subject: [PATCH] Trying to get the workflow running...3 --- .gitea/workflows/copy_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/copy_documentation.yml b/.gitea/workflows/copy_documentation.yml index 5221a7c..8cb6f47 100644 --- a/.gitea/workflows/copy_documentation.yml +++ b/.gitea/workflows/copy_documentation.yml @@ -4,7 +4,7 @@ on: jobs: copy: - runs-on: nanobrain-runner + runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v2