From 6f94352db2415590bd9a9068a87d2fd2dfcde18b Mon Sep 17 00:00:00 2001 From: Fabio Schick <58027418+mrschick@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:20:04 +0200 Subject: [PATCH] fixup --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e384192..fc3c123 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -25,7 +25,7 @@ on: - master env: - PYTHON_VERSION: 3.10.2 + PYTHON_VERSION: 3.x permissions: contents: write @@ -35,7 +35,7 @@ permissions: jobs: documentation: name: Build documentation - runs-on: windows-latest + runs-on: ubuntu-latest steps: - name: Checkout repository