Skip to content

Commit

Permalink
- flutter_ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
JayAgola committed Oct 31, 2024
1 parent c1946e5 commit 2a27c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
runs-on: macos-latest

steps:
- name: Check out code
Expand All @@ -40,7 +40,7 @@ jobs:
run: flutter build apk

- name: Build iOS App
run: flutter build ios
run: flutter build ios --no-codesign
env:
CI: true

Expand Down

0 comments on commit 2a27c37

Please sign in to comment.