From 6a39cadb5f6de457a6c6cc3a20405e1b69e75c59 Mon Sep 17 00:00:00 2001 From: Dimitar Tsonev Date: Tue, 20 Aug 2024 12:19:56 +0300 Subject: [PATCH] Replace FlyCI runners with GitHub runners (#1167) --- .github/workflows/test_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_pr.yml b/.github/workflows/test_pr.yml index 988e818de..63a318e97 100644 --- a/.github/workflows/test_pr.yml +++ b/.github/workflows/test_pr.yml @@ -116,7 +116,7 @@ jobs: build_and_test_macos: needs: sanity name: build and test macOS-aarch64 - runs-on: flyci-macos-large-latest-m1 + runs-on: macos-latest timeout-minutes: 30 steps: - uses: actions/checkout@v4