From bb1927dd1a94ebcd49edfb76a7590db7d0946625 Mon Sep 17 00:00:00 2001 From: Kevin Klein <7267523+kklein@users.noreply.github.com> Date: Tue, 18 Jun 2024 09:16:36 +0200 Subject: [PATCH] Try to run single core machine. (#11) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46c8d67..58caef9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest-8core] + os: [ubuntu-latest] python-version: ["3.10", "3.11", "3.12"] steps: - name: Checkout branch