File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 13
13
branches :
14
14
- main
15
15
16
- env :
17
- DEVELOPER_DIR : /Applications/Xcode_15.0.app/Contents/Developer
18
-
19
16
jobs :
20
17
test :
21
18
name : Test
22
- runs-on : macOS-13
19
+ runs-on : macOS-14
20
+ env :
21
+ DEVELOPER_DIR : /Applications/Xcode_15.3.app/Contents/Developer
23
22
strategy :
24
23
matrix :
25
24
destination :
28
27
- " platform=tvOS Simulator,name=Apple TV"
29
28
30
29
steps :
31
- - uses : actions/checkout@v4
32
- - name : Install XCBeautify
33
- run : brew install xcbeautify
34
30
- name : Test platform ${{ matrix.destination }}
35
- run : set -o pipefail && xcodebuild -scheme OAuthenticator -destination "${{ matrix.destination }}" test | xcbeautify --renderer github-actions
31
+ run : set -o pipefail && xcodebuild -scheme OAuthenticator -destination "${{ matrix.destination }}" test | xcbeautify
You can’t perform that action at this time.
0 commit comments