浏览代码

use depot runners

Alex Cheema 5 月之前
父节点
当前提交
750bfb9d10
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/build_and_test.yml

+ 1 - 1
.github/workflows/build_and_test.yml

@@ -128,7 +128,7 @@ jobs:
           fi
 
   chatgpt_api_tests:
-    runs-on: ${{ (matrix.inference_engine == 'tinygrad' || matrix.inference_engine == 'dummy') && 'M4PRO_GPU16_24GB' || 'M4PRO_GPU16_24GB' }}
+    runs-on: ${{ (matrix.inference_engine == 'tinygrad' || matrix.inference_engine == 'dummy') && 'depot-ubuntu-22.04-4' || 'depot-macos-latest' }}
     strategy:
       matrix:
         inference_engine: [mlx, tinygrad, dummy]