Skip to content

Commit

Permalink
ci: retry master spec
Browse files Browse the repository at this point in the history
  • Loading branch information
evdokimovs committed Oct 3, 2024
1 parent 0b6118b commit d21e702
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 @@ -327,7 +327,7 @@ jobs:
#- ios # TODO: Re-enable once fixed stability on CI
- linux
- macos
runs-on: ${{ (contains('ios macos', matrix.platform) && 'macos-13')
runs-on: ${{ (contains('ios macos', matrix.platform) && 'macos-12')
|| (matrix.platform == 'windows' && 'windows-latest')
|| 'ubuntu-latest' }}
steps:
Expand All @@ -346,7 +346,7 @@ jobs:
- name: Setup Docker and Docker Compose
run: |
brew install colima docker docker-compose
colima start --arch x86_64 --verbose
colima start
if: ${{ contains('ios macos', matrix.platform) }}

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

0 comments on commit d21e702

Please sign in to comment.