From ab0399e6b717e68efa0dc3bec99c6f6de912c1dc Mon Sep 17 00:00:00 2001 From: Evgeniy Frolov Date: Mon, 20 Jan 2025 14:48:28 +0300 Subject: [PATCH] chore(ci): pin ubuntu version Signed-off-by: Evgeniy Frolov --- .github/workflows/cleanup.yml | 2 +- .github/workflows/lint.yml | 4 ++-- .github/workflows/notification.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 2f219db..6b4df59 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -28,7 +28,7 @@ defaults: jobs: cleanup: name: cleanup - runs-on: ubuntu-latest-16-cores + runs-on: ubuntu-22.04 steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f3a7616..3b53649 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ env: jobs: prettier: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 timeout-minutes: 7 steps: - name: Checkout code @@ -42,7 +42,7 @@ jobs: golangci-lint: timeout-minutes: 7 - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: directory: ${{ fromJson(inputs.go-version-file-dir) }} diff --git a/.github/workflows/notification.yml b/.github/workflows/notification.yml index 515b490..6d809e3 100644 --- a/.github/workflows/notification.yml +++ b/.github/workflows/notification.yml @@ -70,4 +70,4 @@ jobs: @${{ steps.get_user.outputs.username }} Проблема в ветке :press_f: [${{ github.workflow }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) ${{ github.ref_name }} :pepe_deadge: Упавшие джобы: - ${{ steps.failed_jobs.outputs.failed }} \ No newline at end of file + ${{ steps.failed_jobs.outputs.failed }}