From ecd91989535004a46fd65ccaf8ae52503effcaf5 Mon Sep 17 00:00:00 2001 From: Evrard Van Espen Date: Tue, 18 Nov 2025 10:40:33 +0000 Subject: [PATCH] Update CI --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6d5a1a2..c7f8c9c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -3,7 +3,7 @@ run-name: $ is testing out Gitea Actions 🚀 on: [push] jobs: test: - runs-on: ubuntu-latest + runs-on: docker.io/ubuntu:latest steps: - run: echo "🎉 The job was automatically triggered by a $ event." - run: echo "🐧 This job is now running on a $ server hosted by Gitea!"