From 7020e634e8857bccc496986733d6c0e0eae81f94 Mon Sep 17 00:00:00 2001 From: Wen Wei Tseng Date: Wed, 15 Jan 2025 20:04:46 +0800 Subject: [PATCH] Revert "ubuntu-latest" This reverts commit 61581af69c3aff6b7c3abd3a690e5b5f02c0ad13. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba33a88e..8f6890e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,8 @@ concurrency: cancel-in-progress: true env: - NBCONVERT_JOBS: '3' - LITERATE_PROC: '3' + NBCONVERT_JOBS: '6' + LITERATE_PROC: '6' OPENBLAS_NUM_THREADS: '1' JULIA_NUM_THREADS: '2' ALLOWERRORS: 'false' @@ -23,7 +23,7 @@ env: jobs: CI: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout repository uses: actions/checkout@v4