From f794da916deef4940169a81772b2af84ab572bc8 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 19 Jan 2024 05:29:52 +0300 Subject: [PATCH] Disable macos build for now as it takes too long to execute --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f19958..5df69c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,6 +53,7 @@ jobs: retention-days: 1 build_simulator_macos: + if: false # temporarily disable runs-on: macos-latest steps: - uses: actions/checkout@v3