From c97b4d9f21ed20b2876ff545536e7bb4a28a59b2 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Tue, 5 Jan 2021 21:12:15 -0500 Subject: [PATCH] Run CI with one thread and three threads --- .github/workflows/ci-julia-nightly.yml | 5 ++--- .github/workflows/ci.yml | 7 +++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-julia-nightly.yml b/.github/workflows/ci-julia-nightly.yml index 821fe85..e5603ad 100644 --- a/.github/workflows/ci-julia-nightly.yml +++ b/.github/workflows/ci-julia-nightly.yml @@ -22,12 +22,11 @@ jobs: - x86 os: - ubuntu-latest - # - windows-latest + # - windows-latest # TODO: uncomment this line - macOS-latest threads: - '1' - - '2' - # - '64' + - '3' # GitHub runners have 2 cores, so `NUM_CORES+1` is 3 version: - 'nightly' exclude: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4cf3ed4..10b365d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,12 +22,11 @@ jobs: - x86 os: - ubuntu-latest - # - windows-latest + # - windows-latest # TODO: uncomment this line - macOS-latest threads: - '1' - - '2' - # - '64' + - '3' # GitHub runners have 2 cores, so `NUM_CORES+1` is 3 version: - '1.5' - '1' # automatically expands to the latest stable 1.x release of Julia @@ -68,7 +67,7 @@ jobs: - ubuntu-latest threads: - '1' - - '2' + - '3' # GitHub runners have 2 cores, so `NUM_CORES+1` is 3 version: - '1' # automatically expands to the latest stable 1.x release of Julia steps: