diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 72a2f3a..7a13a6a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -6,7 +6,7 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: ubuntu:26.04 steps: - name: Checkout Code uses: actions/checkout@v4