diff options
-rw-r--r-- | .github/workflows/pipeline_run.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pipeline_run.yml b/.github/workflows/pipeline_run.yml index 5e73df8..d21204c 100644 --- a/.github/workflows/pipeline_run.yml +++ b/.github/workflows/pipeline_run.yml @@ -55,7 +55,7 @@ on: jobs: publish: - name: Publish (${{ runner.os }}-${{ runner.arch }}) + name: Publish runs-on: ${{ matrix.os }} strategy: matrix: |