From 9579ae51181a6caf13b3657dd5cd86e034bc801f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marta=20G=C3=B3mez=20Mac=C3=ADas?= Date: Fri, 21 Feb 2025 11:52:05 +0100 Subject: [PATCH] Update testing.yaml --- .github/workflows/testing.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 6f5bb4a..8a26ca5 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -5,7 +5,7 @@ on: [push] jobs: build: - runs-on: ubuntu-latest + runs-on: ['linux', 'x64'] strategy: matrix: python-version: ['3.7.17', '3.8', '3.9', '3.10', '3.11', '3.12']