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 }}