From 0326e6de9353d090b38d0cfe81235101c09f260b Mon Sep 17 00:00:00 2001 From: Jonathan Hartman <208858388+cx-jonathan-hartman@users.noreply.github.com> Date: Wed, 22 Jul 2026 13:47:27 -0700 Subject: [PATCH] AST-164102 - Switch out default macOS runner label The new label is effectively just an alias to `macos-15-intel`. But the new name helps us standardize our runner naming scheme. Also update to the latest harden-runner-action as long as I'm in here. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c92825a8..60834129 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ permissions: jobs: build: name: Build, Sign & Publish Release - runs-on: macos-15-intel + runs-on: cx-public-macos-15-x64 env: AC_PASSWORD: ${{ secrets.AC_PASSWORD }} AC_USER: ${{ secrets.AC_USER }} @@ -79,7 +79,7 @@ jobs: COSIGN_PUBLIC_KEY: ${{ secrets.COSIGN_PUBLIC_KEY }} steps: - name: Install Harden Runner - uses: checkmarx/harden-runner-action@9af89fc71515a100421586dfdb3dc9c984fbf411 #v2.19.4 + uses: checkmarx/harden-runner-action@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0 with: use-policy-store: true api-key: ${{ secrets.STEP_SECURITY_API_KEY }}