From a965ca2d2daa1d5abb3cc6d6747ed5df4f8af6a7 Mon Sep 17 00:00:00 2001 From: OwnedByWuigi <120682622+OwnedByWuigi@users.noreply.github.com> Date: Wed, 18 Jun 2025 15:48:06 +0100 Subject: [PATCH] FINALLY fix the typo --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e35e5f4..f75bb69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,7 +95,7 @@ jobs: name: Pound-win64-${{env.BUILD_TYPE}}-${{ needs.get-info.outputs.commit }}-${{needs.get-info.outputs.shorthash}} path: artifact/ - macOS-x86_64: + macOS-x86_64: name: macOS x86_64 runs-on: macos-14 needs: get-info @@ -131,7 +131,7 @@ jobs: name: Pound-macOS-x86_64-${{env.BUILD_TYPE}}-${{ needs.get-info.outputs.commit }}-${{ needs.get-info.outputs.shorthash }} path: artifact/ - macOS-arm64: +macOS-arm64: name: macOS ARM64 runs-on: macos-14 needs: get-info