From 7c510322210a884ebe51bf8341541fa97fe92223 Mon Sep 17 00:00:00 2001 From: Stanislav Melnichuk Date: Thu, 21 Dec 2023 15:30:27 +0300 Subject: [PATCH] Revert "Change ubuntu-latest to fix runner selection." This reverts commit 0af153083c2a27f74fdd342107428efe633b3102. --- .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 1d83fa3..740e222 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-22.04 + runs-on: ubuntu-latest 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 b224f1e..88d6981 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-22.04 + runs-on: ubuntu-latest 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 59bd19d..7874838 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-22.04 + runs-on: ubuntu-latest steps: - name: Checkout code