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'