From aebc10e1cbceb5703044de86b4ee6449bb4577d2 Mon Sep 17 00:00:00 2001 From: Sean Morgan Date: Tue, 11 Jul 2023 12:35:27 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c6e7441e3..aae080daff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: tf-version: ['2.11.1', '2.12.0', '2.13.0'] cpu: ['x86'] include: - - os: 'macOS' + - os: 'macos-12' cpu: 'arm64' tf-version: '2.13.0' py-version: '3.8'