Skip to content

Commit

Permalink
fix: android release fixed to ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Dec 24, 2024
1 parent defe6fe commit 67d2e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
jobs:
codepush:
name: Hot Code Push
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

This comment has been minimized.

Copy link
@L03TJ3

L03TJ3 Dec 24, 2024

Author Collaborator
# hot push is for hotfix commits to PROD only
# manual PROD releases and release commits are going through the full flow
if: |
Expand Down

0 comments on commit 67d2e3d

Please sign in to comment.