浏览代码

use linux runners

Michael Yang 1 年之前
父节点
当前提交
92b1a21f79
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/test.yaml

+ 2 - 2
.github/workflows/test.yaml

@@ -34,7 +34,7 @@ jobs:
       matrix:
         cuda-version:
           - '11.8.0'
-    runs-on: ubuntu-latest
+    runs-on: linux
     container: nvidia/cuda:${{ matrix.cuda-version }}-devel-ubuntu20.04
     steps:
       - run: |
@@ -66,7 +66,7 @@ jobs:
         rocm-version:
           - '5.7.1'
           - '6.0'
-    runs-on: ubuntu-latest
+    runs-on: linux
     container: rocm/dev-ubuntu-20.04:${{ matrix.rocm-version }}
     steps:
       - run: |