From 4363fa4060e40e925c388bd12b5a1a790b3e7996 Mon Sep 17 00:00:00 2001 From: Alexander Smarus Date: Wed, 31 Jul 2024 17:23:07 +0300 Subject: [PATCH] Dev: actually change runner requirements for iOS --- .github/workflows/pull-request-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-check.yml b/.github/workflows/pull-request-check.yml index cab411889..91e4de845 100644 --- a/.github/workflows/pull-request-check.yml +++ b/.github/workflows/pull-request-check.yml @@ -52,7 +52,7 @@ jobs: iOS: name: "mailcore2 - iOS" - runs-on: [self-hosted, macOS, ARM64, Android] + runs-on: macos-latest timeout-minutes: 60 steps: