From b0a3b24ef13ddd08e7ffe2bf80e6e8e37f0948be Mon Sep 17 00:00:00 2001 From: Oleg Kainov Date: Fri, 12 May 2023 15:24:36 +0200 Subject: [PATCH] Update cd.yml --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a3b28b0..866e64d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -8,7 +8,7 @@ on: jobs: sort_dictionary: if: github.repository == 'ru-de/faq' - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 with: @@ -21,7 +21,7 @@ jobs: if ! git diff HEAD --quiet; then git commit -q -am "dictionary rearrangement" && git push; fi update_github_pages: if: github.repository == 'ru-de/faq' - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 with: