From c1d1bf037d9fc3696e78750e6dab607049fa7d44 Mon Sep 17 00:00:00 2001 From: Inhwan Kim Date: Wed, 15 Nov 2023 10:41:44 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix:=20actions=20=EC=8B=A4?= =?UTF-8?q?=ED=96=89=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ios-pr-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios-pr-test.yml b/.github/workflows/ios-pr-test.yml index cf9501a..f946281 100644 --- a/.github/workflows/ios-pr-test.yml +++ b/.github/workflows/ios-pr-test.yml @@ -30,7 +30,7 @@ on: jobs: build: name: Build and Test default scheme using any available iPhone simulator - runs-on: macos-13 + runs-on: macos-13-arm64 defaults: run: working-directory: ./iOS/Layover