From 266abfc1a36a4b33c0da3f3689676827df3e6a88 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Thu, 25 Apr 2024 03:09:46 -0400 Subject: [PATCH] fix(ci): Fix metal tests as well --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 06af61f..6b0e7e8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -107,7 +107,7 @@ jobs: build-macos-metal: - runs-on: macos-latest + runs-on: macos-13 steps: - uses: actions/checkout@v3