diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 960b0ce0..ab60aed9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,8 @@ concurrency: cancel-in-progress: true env: - NBCONVERT_JOBS: '6' - LITERATE_PROC: '6' + NBCONVERT_JOBS: '2' + LITERATE_PROC: '2' OPENBLAS_NUM_THREADS: '1' JULIA_NUM_THREADS: '2' ALLOWERRORS: 'false' @@ -23,7 +23,7 @@ env: jobs: CI: - runs-on: [self-hosted, aorus] + runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v4