From c70c198bc0b0a1318f84011c865e6cd68db1b9d0 Mon Sep 17 00:00:00 2001 From: Stefan Dobrev Date: Thu, 14 Dec 2023 23:58:34 +0200 Subject: [PATCH] Use FlyCI M2 runners --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 611f660f0b81c..175e47af95bfc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -218,7 +218,7 @@ jobs: testwebgpu: name: WebGPU Tests - runs-on: macos-13 + runs-on: flyci-macos-large-latest-m2 timeout-minutes: 20 steps: - name: Checkout Code @@ -261,7 +261,7 @@ jobs: testmetal: name: Metal Tests - runs-on: macos-13 + runs-on: flyci-macos-large-latest-m2 timeout-minutes: 20 steps: