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