diff --git a/.github/workflows/xcodebuild.yml b/.github/workflows/xcodebuild.yml index 2d9df91..a480f94 100644 --- a/.github/workflows/xcodebuild.yml +++ b/.github/workflows/xcodebuild.yml @@ -23,7 +23,7 @@ jobs: - platform=macOS,arch=x86_64,variant=Mac Catalyst - name=iPhone 14 - name=Apple TV - runs-on: macos-13 + runs-on: macos-latest steps: - uses: actions/checkout@v4 - name: Build @@ -36,9 +36,4 @@ jobs: xcodebuild \ -scheme FHPropertyWrappers \ -destination '${{ matrix.destination }}' \ - -resultBundlePath TestResults \ test - - uses: kishikawakatsumi/xcresulttool@v1 - with: - path: TestResults.xcresult - if: success() || failure()