Skip to content

Commit

Permalink
Fix CI semver check job name
Browse files Browse the repository at this point in the history
The job itself is a matrix build and the target name is a leftover from
setting it up.
  • Loading branch information
sirhcel committed Jan 28, 2025
1 parent ec256f0 commit 9e2e4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9e2e4a7

Please sign in to comment.