From f8cbda6b55b385403fe6a99a74920779b054ee25 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Sat, 26 Nov 2022 14:42:20 -0800 Subject: [PATCH] Remove macOS from tests, not working anymore --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a59c5f87..5690c88c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: name: Run tests on ${{ matrix.os }} with Python ${{ matrix.python }} strategy: matrix: - os: [ubuntu-latest, macOS-12] + os: [ubuntu-latest] python: ['3.10'] torch: ['1.13.0'] torchvision: ['0.14.0']