Skip to content

Commit 67d2e3d

Browse files
committed
fix: android release fixed to ubuntu 22
1 parent defe6fe commit 67d2e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828
codepush:
2929
name: Hot Code Push
30-
runs-on: ubuntu-latest
30+
runs-on: ubuntu-22.04
3131
# hot push is for hotfix commits to PROD only
3232
# manual PROD releases and release commits are going through the full flow
3333
if: |

0 commit comments

Comments
 (0)