diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 589fa38..175466c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -21,9 +21,7 @@ env: jobs: lint-test: - runs-on: - - self-hosted - - linux + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -51,9 +49,7 @@ jobs: build: needs: lint-test - runs-on: - - self-hosted - - linux + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v4