From 0af153083c2a27f74fdd342107428efe633b3102 Mon Sep 17 00:00:00 2001 From: sarmstrong Date: Wed, 13 Dec 2023 08:24:26 +0300 Subject: [PATCH] Change ubuntu-latest to fix runner selection. --- .gitea/workflows/java-pull-request-check-template.yml | 2 +- .gitea/workflows/werf-cleanup-template.yml | 2 +- .gitea/workflows/werf-deploy-template.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.40.1