From 9cf8be55faebd0d18846d99f921b169fa211f6f1 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Sun, 28 Jul 2024 18:45:31 +0200 Subject: [PATCH] build apk with latest macos runner --- .github/workflows/build_apk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_apk.yml b/.github/workflows/build_apk.yml index 03ceb46..89e431a 100644 --- a/.github/workflows/build_apk.yml +++ b/.github/workflows/build_apk.yml @@ -68,7 +68,7 @@ env: jobs: build-android: name: Build ${{ inputs.binary-type == 'apk' && '.apk' || '.aab' }} - runs-on: macos-11 + runs-on: macos-latest timeout-minutes: 30 steps: - uses: actions/checkout@v3