Skip to content

Commit ebcbbf7

Browse files
authored
chore: Change Android Firebase deployment to use macOS runner (#1826)
1 parent 37017fc commit ebcbbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish_on_platforms.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
publish_android_on_firebase:
128128
name: Deploy Android App On Firebase
129129
needs: [ build_android, generate_release_info ]
130-
runs-on: ubuntu-latest
130+
runs-on: macos-latest
131131
steps:
132132
# Basic setup steps
133133
- name: Checkout

0 commit comments

Comments
 (0)