Skip to content

Commit

Permalink
[162] バージョン下げてみる
Browse files Browse the repository at this point in the history
  • Loading branch information
akidon0000 committed Dec 9, 2023
1 parent 1017549 commit 1c44029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

# 動作バージョンの指定
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app
DEVELOPER_DIR: /Applications/Xcode_14.0.app

jobs:
build:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 1c44029

Please sign in to comment.