Skip to content

Commit

Permalink
remove ios because of beta 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar Otasevic committed Sep 6, 2024
1 parent cf399e3 commit 9bcad10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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' }}

0 comments on commit 9bcad10

Please sign in to comment.