diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 39a78949..823d370d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -11,7 +11,8 @@ concurrency: cancel-in-progress: true jobs: - Linux: + linux: + name: Linux (latest) uses: ./.github/workflows/ci.yml with: runner: ubuntu-latest diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 36fa2c22..7ceedd0e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -12,6 +12,7 @@ concurrency: jobs: macOS: + name: macOS (latest) uses: ./.github/workflows/ci.yml with: runner: macos-latest diff --git a/.github/workflows/minver.yml b/.github/workflows/minver.yml index 1d7ac84e..312f43a5 100644 --- a/.github/workflows/minver.yml +++ b/.github/workflows/minver.yml @@ -12,6 +12,7 @@ concurrency: jobs: Linux: + name: Linux (minver) uses: ./.github/workflows/ci.yml with: runner: ubuntu-latest