Skip to content

Commit

Permalink
ci: temporary disable MacOS E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
evdokimovs committed Oct 4, 2024
1 parent 9b3531a commit d1c43ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
- android
#- ios # TODO: Re-enable once fixed stability on CI
- linux
- macos
#- macos # TODO: Re-enable once `colima start` failing fixed on CI
runs-on: ${{ (contains('ios macos', matrix.platform) && 'macos-12')
|| (matrix.platform == 'windows' && 'windows-latest')
|| 'ubuntu-latest' }}
Expand All @@ -346,7 +346,7 @@ jobs:
- name: Setup Docker and Docker Compose
run: |
brew install colima docker docker-compose
colima start --cpu 1 --memory 1 --verbose
colima start
if: ${{ contains('ios macos', matrix.platform) }}

- uses: subosito/flutter-action@v2
Expand Down

0 comments on commit d1c43ca

Please sign in to comment.