Skip to content

Commit

Permalink
Do not run tests on visionOS with Xcode 15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephDuffy committed May 27, 2024
1 parent 274721b commit f9668f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
matrix:
xcode: ["15.1", "15.3"]
platform: ["macOS", "iOS", "tvOS", "watchOS", "macCatalyst", "visionOS"]
exclude:
# There are no visionOS simulators available on GitHub Actions using Xcode 15.1
- xcode: "15.1"
platform: "visionOS"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f9668f0

Please sign in to comment.