Skip to content

Commit

Permalink
ci: DIsable macos-13 test for android emulator issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Nov 27, 2023
1 parent 97f417f commit 9b03bf8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 9b03bf8

Please sign in to comment.