Skip to content

Commit 6807020

Browse files
committed
fix: maxOS, iOS 버전 수정
1 parent 54530f4 commit 6807020

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/domain_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
Domain_Test:
10-
runs-on: macos-latest
10+
runs-on: macos-14
1111

1212
steps:
1313
# 저장소의 코드를 가져옴
@@ -22,5 +22,5 @@ jobs:
2222
xcodebuild \
2323
-workspace AirplaIN.xcworkspace \
2424
-scheme DomainTests \
25-
-destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.0' \
25+
-destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5' \
2626
clean test | xcpretty --test --color

0 commit comments

Comments
 (0)