Skip to content

Commit

Permalink
⬆️ tensorflow-macos==2.6.0 (#2582)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeiger authored Oct 9, 2021
1 parent 20eb284 commit 68ac72f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 68ac72f

Please sign in to comment.