From f4dcf4d530861da7a85afc1c1e5ac9c14f2d8075 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Fri, 25 Nov 2022 17:20:26 -0800 Subject: [PATCH] Try Python 3.10 + macOS-12 in quest for working second target --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f1ad5828..a59c5f87 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,8 +15,8 @@ jobs: name: Run tests on ${{ matrix.os }} with Python ${{ matrix.python }} strategy: matrix: - os: [ubuntu-latest, windows-latest] - python: ['3.9'] + os: [ubuntu-latest, macOS-12] + python: ['3.10'] torch: ['1.13.0'] torchvision: ['0.14.0'] runs-on: ${{ matrix.os }}