From 0f59363c80dd2024a3918cfeed6aa530874f31f6 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 18 Jan 2025 01:06:31 -0500 Subject: OK --- .github/workflows/pipeline_run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit