From c0e1f8d03a67fc5ee035b8f7f6f30618478b6834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mirko=20M=C3=A4licke?= Date: Thu, 22 Aug 2024 09:41:33 +0200 Subject: [PATCH] move back to ubuntu-20-04 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bc4ad7e..e08ccfb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: jobs: test: name: Run Unittest - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 strategy: matrix: python: ['3.9', '3.10', '3.11', '3.12'] @@ -80,7 +80,7 @@ jobs: release: name: Create Github release - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 needs: test if: startsWith(github.event.ref, 'refs/tags/v') && endsWith(github.event.ref, '.0') @@ -96,7 +96,7 @@ jobs: publish: name: Publish to PyPi - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 needs: test if: startsWith(github.event.ref, 'refs/tags/v')