Skip to content

Commit

Permalink
fix: ubuntu version for android release
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Dec 25, 2024
1 parent b6b72ea commit 78887f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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
# hot push is for hotfix commits to PROD only
# manual PROD releases and release commits are going through the full flow
if: |
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
build:
name: Build
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# Build runs on manual release or on any commit to dev/qa or on release commit to PROD
# GH actions not supports regex match, so to avoid adding extra step with custom action
# we compare to commt string to starts with 2. Should be updated on major version change
Expand Down

0 comments on commit 78887f6

Please sign in to comment.