From af1e18b47edc20083538d4abf2c2ac7fcc386646 Mon Sep 17 00:00:00 2001 From: Aman Harwara Date: Wed, 26 Apr 2023 22:25:06 +0530 Subject: [PATCH] chore: use latest macos runner --- .github/workflows/mobile.release.prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mobile.release.prod.yml b/.github/workflows/mobile.release.prod.yml index 015784977..e78311a96 100644 --- a/.github/workflows/mobile.release.prod.yml +++ b/.github/workflows/mobile.release.prod.yml @@ -71,7 +71,7 @@ jobs: defaults: run: working-directory: packages/mobile - runs-on: macos-11 + runs-on: macos-latest timeout-minutes: 90 steps: - name: Checkout code