From 01204864a0cd5be4ab62b8af09906e5fda9c580f Mon Sep 17 00:00:00 2001 From: Leo Rudczenko Date: Fri, 17 May 2024 16:01:29 +0100 Subject: [PATCH] Bump ubuntu version and use python 3.10 --- .github/workflows/gh-pages.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7129380..42f5609 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -11,7 +11,7 @@ on: jobs: pages: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} @@ -24,3 +24,5 @@ jobs: pip install sphinx sphinx_rtd_theme - id: deployment uses: sphinx-notes/pages@v3 + with: + python-version: '3.10'