From 2bef1f18034274f0d25d98125385e43404c71202 Mon Sep 17 00:00:00 2001 From: Luis Benet Date: Mon, 27 Jan 2025 12:39:50 -0600 Subject: [PATCH] Use one thread for CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33e6d60..439a23e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,8 @@ jobs: # exclude: # - os: macOS-latest # julia-arch: x86 + julia-threads: + - '1' steps: - uses: actions/checkout@v4