Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Dec 6, 2024
1 parent 9566d1f commit 5eb2185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

build-ios:
name: Build iOS demo
runs-on: macos-12
runs-on: macos-latest
strategy:
matrix:
flutter-version: ['3.3.0', '3.22.2']
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
run: flutter build apk

build-clock-ios:
runs-on: macos-12
runs-on: macos-latest
defaults:
run:
working-directory: demo/flutter-clock
Expand Down

0 comments on commit 5eb2185

Please sign in to comment.