diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0807d73..078c3baa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -215,10 +215,11 @@ jobs: # os: macos-12 # dotnet_version: 8.0.100 - - manifest: 'manifests/uno.ui.manifest.json' - manifest_name: Stable - os: macos-13 - dotnet_version: 7.0.403 + # Disabled for android emulator setup issues + # - manifest: 'manifests/uno.ui.manifest.json' + # manifest_name: Stable + # os: macos-13 + # dotnet_version: 7.0.403 runs-on: ${{ matrix.os }}