Skip to content

Commit

Permalink
Update Android build workflow to use Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Mozart299 committed Dec 19, 2024
1 parent eaa4b31 commit 33fb4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-android-to-play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
android:
name: android build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: inputs.android == true
defaults:
run:
Expand Down

0 comments on commit 33fb4e3

Please sign in to comment.