From 012864ceb163ee4f30a1627695319a95a37ad14c Mon Sep 17 00:00:00 2001 From: Brandon Rising Date: Thu, 22 Aug 2024 16:28:09 -0400 Subject: [PATCH] Update macos test vm to macOS-14 --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 8805989a69..f22e29e3e9 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -60,7 +60,7 @@ jobs: extra-index-url: 'https://download.pytorch.org/whl/cpu' github-env: $GITHUB_ENV - platform: macos-default - os: macOS-12 + os: macOS-14 github-env: $GITHUB_ENV - platform: windows-cpu os: windows-2022