Skip to content

Commit

Permalink
chore: Change Android Firebase deployment to use macOS runner
Browse files Browse the repository at this point in the history
This commit changes the workflow for deploying the Android app on Firebase to use the `macos-latest` runner instead of `ubuntu-latest`.
  • Loading branch information
niyajali committed Nov 30, 2024
1 parent e5badfc commit 24925c0
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 24925c0

Please sign in to comment.