From 9b17f2839cdd89a1789278164e339fd198cffeb9 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Tue, 15 Apr 2025 08:53:37 +0100 Subject: [PATCH] ci: Label Github jobs by OS/distribution & Tox environment --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 393a52c7..280211c4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,8 @@ on: # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners # https://github.com/actions/runner-images/blob/main/README.md#software-and-image-support jobs: - linux: + u2004: + name: u2004 ${{ matrix.tox_env }} # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2004-Readme.md runs-on: ubuntu-20.04 @@ -155,6 +156,7 @@ jobs: "$PYTHON" -m tox -e "${{ matrix.tox_env }}" macos: + name: macos ${{ matrix.tox_env }} # https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md runs-on: macos-13 timeout-minutes: 15 @@ -256,7 +258,7 @@ jobs: check: if: always() needs: - - linux + - u2004 - macos runs-on: ubuntu-latest steps: