From fe713cdc45330046ccc7a8f855327cffdf3a1bfb Mon Sep 17 00:00:00 2001 From: Jakob Lass Date: Thu, 10 Apr 2025 10:51:15 +0200 Subject: [PATCH] Change test to linux --- .gitea/workflows/Pythontest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/Pythontest.yaml b/.gitea/workflows/Pythontest.yaml index c80e2c7..b171e80 100644 --- a/.gitea/workflows/Pythontest.yaml +++ b/.gitea/workflows/Pythontest.yaml @@ -6,7 +6,7 @@ on: [push] jobs: build_test: - runs-on: ubuntu-latest + runs-on: linux-latest strategy: matrix: python-version: [3.6, 3.7]