From 9e2e4a7c7cd764d125744a7ea76300df02a72ba4 Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Tue, 28 Jan 2025 17:07:36 +0100 Subject: [PATCH] Fix CI semver check job name The job itself is a matrix build and the target name is a leftover from setting it up. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7171d13..54cd566 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -112,7 +112,7 @@ jobs: # code. The feature groups are used for attempting to cover different # backends for a platform (like Linux with and without libudev). - semver-aarch64-apple-darwin: + semver: runs-on: ubuntu-latest strategy: matrix: