diff --git a/.gitea/workflows/java-pull-request-check-template.yml b/.gitea/workflows/java-pull-request-check-template.yml index 740e222..1d83fa3 100644 --- a/.gitea/workflows/java-pull-request-check-template.yml +++ b/.gitea/workflows/java-pull-request-check-template.yml @@ -42,7 +42,7 @@ env: jobs: check: name: check and test - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: https://github.com/actions/checkout@v3 - uses: https://github.com/actions/setup-java@v3 diff --git a/.gitea/workflows/werf-cleanup-template.yml b/.gitea/workflows/werf-cleanup-template.yml index 88d6981..b224f1e 100644 --- a/.gitea/workflows/werf-cleanup-template.yml +++ b/.gitea/workflows/werf-cleanup-template.yml @@ -26,7 +26,7 @@ env: jobs: cleanup: name: Cleanup - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: https://github.com/actions/checkout@v3 - name: Fetch all history for all tags and branches diff --git a/.gitea/workflows/werf-deploy-template.yml b/.gitea/workflows/werf-deploy-template.yml index 7874838..59bd19d 100644 --- a/.gitea/workflows/werf-deploy-template.yml +++ b/.gitea/workflows/werf-deploy-template.yml @@ -62,7 +62,7 @@ env: jobs: converge: name: Deploy stand - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout code