From e43163866ee38b664c9ab65f593dd6146ea5a90f Mon Sep 17 00:00:00 2001 From: Matthias Hagmann <16444067+MattHag@users.noreply.github.com> Date: Sat, 17 Feb 2024 22:44:51 +0100 Subject: [PATCH] Improve name of GitHub test actions Related #2303 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d299ce5208..de4afb730b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,7 +3,7 @@ name: tests on: [push, pull_request] jobs: - build: + ubuntu-tests: runs-on: ubuntu-latest strategy: @@ -30,7 +30,7 @@ jobs: run: | make test - macos-build: + macos-tests: runs-on: macos-latest strategy: