From 93ae61e05e94479d67376a90fb31b15d48f7aff1 Mon Sep 17 00:00:00 2001 From: behzoddev Date: Sat, 2 Sep 2023 21:30:28 +0900 Subject: [PATCH] chore: Change to mac os --- .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 61e7e4e..d005c13 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -15,7 +15,7 @@ concurrency: jobs: lint: name: Lint - runs-on: ubuntu-22.04 + runs-on: macos-latest steps: - name: Check out code uses: actions/checkout@v3.1.0