File tree 4 files changed +5
-3
lines changed 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
17
17
cancel-in-progress : true
18
18
19
19
env :
20
- DEVELOPER_DIR : /Applications/Xcode_15.3 .app/Contents/Developer
20
+ DEVELOPER_DIR : /Applications/Xcode_15.4 .app/Contents/Developer
21
21
22
22
jobs :
23
23
build-test :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
17
17
cancel-in-progress : true
18
18
19
19
env :
20
- DEVELOPER_DIR : /Applications/Xcode_15.3 .app/Contents/Developer
20
+ DEVELOPER_DIR : /Applications/Xcode_15.4 .app/Contents/Developer
21
21
22
22
jobs :
23
23
analyze :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ concurrency:
20
20
cancel-in-progress : true
21
21
22
22
env :
23
- DEVELOPER_DIR : /Applications/Xcode_15.3 .app/Contents/Developer
23
+ DEVELOPER_DIR : /Applications/Xcode_15.4 .app/Contents/Developer
24
24
25
25
jobs :
26
26
integration-test :
Original file line number Diff line number Diff line change 20
20
swiftLint :
21
21
name : SwiftLint
22
22
runs-on : macos-14
23
+ env :
24
+ DEVELOPER_DIR : /Applications/Xcode_15.4.app/Contents/Developer
23
25
steps :
24
26
- name : Checkout
25
27
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments