From af6924fd6ca18ca1e7151b0c4df17bcec7499539 Mon Sep 17 00:00:00 2001 From: hume <13506491+shsw228@users.noreply.github.com> Date: Wed, 25 Feb 2026 04:06:48 +0900 Subject: [PATCH] =?UTF-8?q?[ci]=20macOS=E3=83=93=E3=83=AB=E3=83=89?= =?UTF-8?q?=E3=81=A7=E3=82=B3=E3=83=BC=E3=83=89=E7=BD=B2=E5=90=8D=E3=82=92?= =?UTF-8?q?=E7=84=A1=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 479db36..e8238ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,4 +32,4 @@ jobs: uses: actions/checkout@v4 - name: Build app - run: xcodebuild -scheme KeyMapRender -destination 'platform=macOS' build + run: xcodebuild -scheme KeyMapRender -destination 'platform=macOS' CODE_SIGNING_ALLOWED=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY="" DEVELOPMENT_TEAM="" build