diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c439e3f..05f1cfa 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: host + runs-on: ubuntu-latest steps: - name: Check out repository code @@ -20,7 +20,7 @@ jobs: - name: Build run: npm exec -- pnpm build - name: Upload artifacts - uses: actions/upload-artifact@v3 # Deprecated but v4+ is not supported for GHES + uses: actions/upload-artifact@v3 # Deprecated and v4+ is not supported for GHES with: name: dist path: dist