From 2ca2420486634a9a5423ddd8a4058126e611be74 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 18 Dec 2022 16:38:05 -0500 Subject: [PATCH] Update ubuntu to 22.04 on docs publishing job --- .github/workflows/publishing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishing.yml b/.github/workflows/publishing.yml index 46f89092..1c1aceb0 100644 --- a/.github/workflows/publishing.yml +++ b/.github/workflows/publishing.yml @@ -105,7 +105,7 @@ jobs: publish-docs: name: Publish docs needs: [publish] - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4