Skip to content

Commit

Permalink
ci: Fix building on iOS and macOS (#1773)
Browse files Browse the repository at this point in the history
## Related Issues

#1763
  • Loading branch information
Gustl22 committed Mar 18, 2024
1 parent eaf7ce8 commit 2a7af97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
run: flutter build apk --release

ios:
runs-on: macos-latest
runs-on: macos-14
timeout-minutes: 30
if: inputs.enable_ios
steps:
Expand All @@ -156,7 +156,7 @@ jobs:
run: flutter build ios --release --no-codesign

macos:
runs-on: macos-latest
runs-on: macos-14
timeout-minutes: 30
if: inputs.enable_macos
steps:
Expand Down

0 comments on commit 2a7af97

Please sign in to comment.