From 67d2e3d90765d0112b8717b73915082a5e864c48 Mon Sep 17 00:00:00 2001 From: LewisB Date: Tue, 24 Dec 2024 21:21:02 +0100 Subject: [PATCH] fix: android release fixed to ubuntu 22 --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index eb7b856f61..6e1019de2b 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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: |