From 5d475f9d08f677faf3e4dc43d2f1c2915d284e75 Mon Sep 17 00:00:00 2001 From: Jonathan Lucas Date: Fri, 6 Jun 2025 17:44:07 -0500 Subject: [PATCH] updated test runs to only be on linux --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 3c7c2a6..0c982d7 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: test: name: test - runs-on: self-hosted + runs-on: ionos_bigger strategy: matrix: python-version: ["3.10"] # Targeting Python 3.10