diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6df42ec..1eaabf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,8 @@ jobs: - "platform=macOS,variant=Mac Catalyst" - "platform=iOS Simulator,name=iPhone 12" - "platform=tvOS Simulator,name=Apple TV" - - "platform=visionOS Simulator,name=Apple Vision Pro" + # this hangs in GitHub actions right now + # - "platform=visionOS Simulator,name=Apple Vision Pro" steps: - uses: actions/checkout@v4