From 6d00c48bc4c7eb4eddbe00591094657b096e2ba1 Mon Sep 17 00:00:00 2001 From: peastman Date: Fri, 23 Aug 2024 13:07:24 -0700 Subject: [PATCH] Update Mac build to newer versions --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ce13060..b36a6e7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,13 +30,13 @@ jobs: python-version: "3.10" pytorch-version: "2.1.*" - - name: MacOS (Python 3.9, PyTorch 1.9) - os: macos-11 + - name: MacOS (Python 3.11, PyTorch 2.4) + os: macos-latest cuda-version: "" gcc-version: "" nvcc-version: "" - python-version: "3.9" - pytorch-version: "1.9.*" # Some test fails with 1.10 + python-version: "3.11" + pytorch-version: "2.4.*" steps: