From b94774b24e7e2e34d6cc2c02ecfccc79367a2cf8 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Sun, 12 Oct 2025 16:29:29 +0200 Subject: [PATCH] chore(ci): update runner to ubuntu-deno --- .gitea/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4d6ad00..3424b30 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,13 +13,10 @@ on: jobs: ci: - runs-on: ubuntu-latest + runs-on: ubuntu-deno steps: - uses: actions/checkout@v4 - - uses: denoland/setup-deno@v1 - with: - deno-version: v2.x - name: Format id: format