From 0bbc1e283ab8ec543dc17d079b3508099803974e Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Tue, 25 Feb 2025 21:12:11 +0000 Subject: [PATCH] Reorder test name --- .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 9e41f1af..47f00ca5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,9 +22,6 @@ jobs: strategy: fail-fast: false matrix: - num_threads: - - 1 - - 2 runner: - version: '1' os: ubuntu-latest @@ -37,6 +34,9 @@ jobs: # macOS - version: '1' os: macos-latest + num_threads: + - 1 + - 2 steps: - uses: actions/checkout@v4