From 1c44029b42c980a48b79495a8eb262e68f16652f Mon Sep 17 00:00:00 2001 From: akidon0000 Date: Sun, 10 Dec 2023 02:23:21 +0900 Subject: [PATCH] =?UTF-8?q?[162]=20=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E4=B8=8B=E3=81=92=E3=81=A6=E3=81=BF=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 897ac274..00d261fc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ on: [push] # 動作バージョンの指定 env: - DEVELOPER_DIR: /Applications/Xcode_15.0.app + DEVELOPER_DIR: /Applications/Xcode_14.0.app jobs: build: @@ -36,7 +36,7 @@ jobs: -configuration Debug -workspace univIP.xcworkspace -scheme univIP - -destination 'platform=iOS Simulator,name=iPhone 15 Pro Max' + -destination 'platform=iOS Simulator,name=iPhone 14 Pro Max' -skip-testing:univIPUITests clean test