Browse Source

run tinygrad and discovery integratrion tests on linux

Alex Cheema 7 tháng trước cách đây
mục cha
commit
8d433e6579
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .github/workflows/build_and_test.yml

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

@@ -75,7 +75,7 @@ jobs:
           python3 ./test/test_model_helpers.py
 
   discovery_integration_test:
-    runs-on: macos-15
+    runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v4
 
@@ -113,7 +113,7 @@ jobs:
           fi
 
   chatgpt_api_tests:
-    runs-on: macos-15
+    runs-on: ${{ matrix.inference_engine == 'tinygrad' && 'ubuntu-latest' || 'macos-15' }}
     strategy:
       matrix:
         inference_engine: [mlx, tinygrad, dummy]