GHA package.yaml: Add explicit job name

* Add a `name` attribute setting job name with matrix.os

This matches the format of `nix-jpackage.yaml` in PR #1648
to keep them similar assuming both PRs are merged as is.
This commit is contained in:
Sean Gilligan 2025-02-26 13:19:34 -08:00
parent 80c4f4f5f6
commit 36662e1834

View file

@ -7,6 +7,7 @@ permissions:
jobs: jobs:
build: build:
name: build (${{ matrix.os }})
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix: