Skip to content

Commit

Permalink
remove windows, no need to build android twice
Browse files Browse the repository at this point in the history
  • Loading branch information
ueman committed Oct 22, 2023
1 parent 0a8c7cc commit 034fbe6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
os: [macOS-latest, ubuntu-latest]
flutter_channel: [stable, beta]
include:
- os: macOS-latest
flutter_build: ios --no-codesign
- os: ubuntu-latest
flutter_build: apk
- os: windows-latest
flutter_build: apk
env:
GRADLE_OPTS: -Dorg.gradle.daemon=false
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 034fbe6

Please sign in to comment.