From 613aff99e22f3576f8105c2d10e8b08991814e60 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 18 Apr 2025 13:56:11 -0400 Subject: [PATCH] [no ci] improved job names --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7eade307..3d3112dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,22 +86,22 @@ jobs: goal: test python: "3.10" jid: 12 - name: Test Python 3.10 + name: Test Python ${{ matrix.python }} - os: ubuntu-24.04 goal: test python: "3.11" jid: 13 - name: Test Python 3.11 + name: Test Python ${{ matrix.python }} - os: ubuntu-24.04 goal: test python: "3.12" jid: 14 - name: Test Python 3.12 + name: Test Python ${{ matrix.python }} - os: ubuntu-24.04 goal: test python: "3.14-dev" jid: 15 - name: Test Python 3.14-dev + name: Test Python ${{ matrix.python }} steps: