From 89eafb102a87506b112f6f5c6e2a34bd3f66945c Mon Sep 17 00:00:00 2001 From: "milos.colic" Date: Fri, 15 Dec 2023 10:04:47 +0000 Subject: [PATCH] Update docs yml. --- .github/workflows/docs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c3e046440..183463d19 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -7,7 +7,7 @@ on: - feature/new_docs jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: python: [ 3.9.5 ] @@ -16,8 +16,6 @@ jobs: run: | sudo apt-get install pandoc sudo apt-get install --reinstall python-pkg-resources - pip install --upgrade setuptools - pip install --upgrade distribute - uses: actions/setup-python@v2 - uses: actions/checkout@v2 with: