From d66eb3de5a68829d33a70e16c203af15d9798ae3 Mon Sep 17 00:00:00 2001 From: MoFHeka Date: Sat, 4 Jan 2025 13:05:16 +0800 Subject: [PATCH] [Fix] The macOS-12 environment is deprecated in Github CI. switching to macOS-13. For more details, see https://github.com/actions/runner-images/issues/10721 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ca01ae1..bfe0be9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: strategy: matrix: # TODO: add back 'windows-latest' when it can be compiled. - os: ['macos-14', 'macos-12', 'ubuntu-20.04'] + os: ['macos-14', 'macos-13', 'ubuntu-20.04'] py-version: ['3.8', '3.9', '3.10', '3.11'] tf-version: ['2.15.1', '2.16.2'] tf-need-cuda: ['0'] @@ -59,7 +59,7 @@ jobs: cpu: 'x86' - os: 'ubuntu-20.04' cpu: 'arm64' - - os: 'macos-12' + - os: 'macos-13' cpu: 'arm64' - py-version: '3.8' cpu: 'arm64'