From bad5123b029ef025f3fe6d0c692942aa68e2f5d3 Mon Sep 17 00:00:00 2001 From: bartfaik04 Date: Mon, 2 Jun 2025 13:45:37 +0200 Subject: [PATCH] Update ci --- .gitea/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 468e79f..9109484 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -5,8 +5,7 @@ on: jobs: build: - runs-on: ubuntu-24.04 - tags: [ubuntu] + runs-on: ubuntu steps: - name: Checkout code uses: actions/checkout@v3 @@ -25,8 +24,7 @@ jobs: release: if: startsWith(github.ref, 'refs/tags/') - runs-on: ubuntu-24.04 - tags: [ubuntu] + runs-on: ubuntu needs: build steps: - name: Checkout code