Skip to content

Commit

Permalink
chore: Change Android Firebase deployment to use macOS runner (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali authored Nov 30, 2024
1 parent 37017fc commit ebcbbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish_on_platforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
publish_android_on_firebase:
name: Deploy Android App On Firebase
needs: [ build_android, generate_release_info ]
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
# Basic setup steps
- name: Checkout
Expand Down

0 comments on commit ebcbbf7

Please sign in to comment.