Skip to content

Commit 0c23d8a

Browse files
Merge pull request #13 from FelixHerrmann/infrastructure/remove-xcresulttool
[Infrastructure] Remove xcresulttool
2 parents dca88d0 + 1de1b46 commit 0c23d8a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/xcodebuild.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- platform=macOS,arch=x86_64,variant=Mac Catalyst
2424
- name=iPhone 14
2525
- name=Apple TV
26-
runs-on: macos-13
26+
runs-on: macos-latest
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Build
@@ -36,9 +36,4 @@ jobs:
3636
xcodebuild \
3737
-scheme FHPropertyWrappers \
3838
-destination '${{ matrix.destination }}' \
39-
-resultBundlePath TestResults \
4039
test
41-
- uses: kishikawakatsumi/xcresulttool@v1
42-
with:
43-
path: TestResults.xcresult
44-
if: success() || failure()

0 commit comments

Comments
 (0)