From 5b0365beb31049135207e9edefc9f40679a3726c Mon Sep 17 00:00:00 2001 From: Brian <23239305+b-chu@users.noreply.github.com> Date: Sun, 1 Sep 2024 01:36:50 -0400 Subject: [PATCH] Add runner --- .github/workflows/pr-cpu.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-cpu.yaml b/.github/workflows/pr-cpu.yaml index c092033c3b..2ccbc4b6e1 100644 --- a/.github/workflows/pr-cpu.yaml +++ b/.github/workflows/pr-cpu.yaml @@ -47,6 +47,7 @@ jobs: uses: ./.github/workflows/coverage.yaml name: Coverage Results if: github.repository_owner == 'mosaicml' + runs-on: ubuntu-latest container: mosaicml/pytorch:2.4.0_cpu-python3.11-ubuntu20.04 needs: [pytest-cpu] with: