From 5da6410f4feb08501261a0bb1cad9a3ef92614bf Mon Sep 17 00:00:00 2001 From: Lukas Geiger Date: Fri, 10 Sep 2021 15:29:01 +0100 Subject: [PATCH] Fix ARM wheel uploading in release script --- .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 52742c451d..a90ccbf5c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,11 +97,11 @@ jobs: tf-version: ['2.6.0'] cpu: ['x86'] include: - - os: 'macos-11' + - os: 'macOS' cpu: 'arm64' tf-version: '2.5.0' py-version: '3.8' - - os: 'macos-11' + - os: 'macOS' cpu: 'arm64' tf-version: '2.5.0' py-version: '3.9'