We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54530f4 commit 6807020Copy full SHA for 6807020
.github/workflows/domain_test.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
Domain_Test:
10
- runs-on: macos-latest
+ runs-on: macos-14
11
12
steps:
13
# 저장소의 코드를 가져옴
@@ -22,5 +22,5 @@ jobs:
22
xcodebuild \
23
-workspace AirplaIN.xcworkspace \
24
-scheme DomainTests \
25
- -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.0' \
+ -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5' \
26
clean test | xcpretty --test --color
0 commit comments