From 203fd9d145b797fc58ee71eef595e27582cd0c2e Mon Sep 17 00:00:00 2001 From: Lukas Geiger Date: Fri, 8 Oct 2021 20:48:04 +0100 Subject: [PATCH] :arrow_up: `tensorflow-macos==2.6.0` --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a90ccbf5c2..616286ea58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,11 +45,11 @@ jobs: include: - os: 'macos-11' cpu: 'arm64' - tf-version: '2.5.0' + tf-version: '2.6.0' py-version: '3.8' - os: 'macos-11' cpu: 'arm64' - tf-version: '2.5.0' + tf-version: '2.6.0' py-version: '3.9' fail-fast: false steps: @@ -99,11 +99,11 @@ jobs: include: - os: 'macOS' cpu: 'arm64' - tf-version: '2.5.0' + tf-version: '2.6.0' py-version: '3.8' - os: 'macOS' cpu: 'arm64' - tf-version: '2.5.0' + tf-version: '2.6.0' py-version: '3.9' fail-fast: false if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'release'