Skip to content

Commit 12f8fbe

Browse files
committed
Configure CI to run on stable Flutter version
1 parent d828355 commit 12f8fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/google_api_availability.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Make sure the stable version of Flutter is available
2929
- uses: subosito/flutter-action@v1
3030
with:
31-
channel: 'beta'
31+
channel: 'stable'
3232

3333
# Download all Flutter packages the google_api_availability depends on
3434
- name: Download dependencies

0 commit comments

Comments
 (0)