From 92b1a21f79f18e2dbfdfa8ad43e3310b4eca226a Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Tue, 6 Feb 2024 13:35:54 -0800 Subject: [PATCH] use linux runners --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0e3c7ece..dcd8273f 100644 --- a/.github/workflows/test.yaml +++ b/.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: |