From 237f87c90cf834d7a790a82c4b7cec147d2ac0c3 Mon Sep 17 00:00:00 2001 From: yostyle Date: Wed, 30 Aug 2023 11:24:25 +0200 Subject: [PATCH] try another runner with more resources --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 440420bc39..f954239911 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ env: jobs: debug: name: Build debug APKs (${{ matrix.target }}) - runs-on: ubuntu-latest + runs-on: macos-latest if: github.ref != 'refs/heads/main' strategy: fail-fast: false