From c53fef17f336e8d2edc992694469ef1fa4df0bed Mon Sep 17 00:00:00 2001 From: yougotwill Date: Mon, 10 Feb 2025 17:24:02 +1100 Subject: [PATCH] fix: rename jobs to match human names for cpus we will see the archtecture from the matrix strategy --- .github/workflows/build-binaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 2eb0484ef..12bb338db 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -117,7 +117,7 @@ jobs: run: yarn build-release-publish # No other args needed for windows publish # We want both arm64 and intel mac builds, and according to this https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources macos-14 and above is always arm64 and macos-13 is the last intel runner - build_macos_arm64: + build_macos_silicon: runs-on: macos-14 strategy: matrix: @@ -164,7 +164,7 @@ jobs: run: | source ./build/setup-mac-certificate.sh yarn build-release-publish --config.mac.bundleVersion=${{ github.ref }} - build_macos_x64: + build_macos_intel: runs-on: macos-13 strategy: matrix: