From afd6168535a03f7bb329cfc04f9de01d93fa32b2 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 28 Jul 2026 15:15:02 -0400 Subject: [PATCH] fix macos CI name [skip ci] --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 105f778..e7040fa 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,4 +1,4 @@ -name: "Build APK" +name: "Build MacOS App" on: push: @@ -7,7 +7,7 @@ on: workflow_dispatch: jobs: - build-apk: + build-app: runs-on: macos-latest steps: