diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index b523fab..e0e0ec9 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: xcode-version: ['15', '16.0-beta'] - platform: ['iOS Simulator', macOS, tvOS, watchOS, visionOS] + platform: [macOS, tvOS, watchOS, visionOS] # iOS has problems in 16 beta runs-on: macos-latest @@ -28,7 +28,6 @@ jobs: run: swift test if: ${{ matrix.platform == 'macOS' }} - - name: xcodebuild Test ${{ matrix.platform }} run: xcodebuild test -scheme ViewInspection -destination 'platform=${{ matrix.platform }}' if: ${{ matrix.platform != 'macOS' }} \ No newline at end of file