Skip to content

Commit

Permalink
Add Python 3.10 support for Apple Silicon. (#2718)
Browse files Browse the repository at this point in the history
* Add Python 3.10 support for AppleSilicon.
  • Loading branch information
sun1638650145 authored Jun 6, 2022
1 parent 824877d commit aa88b70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
cpu: 'arm64'
tf-version: '2.9.1'
py-version: '3.9'
- os: 'macos-11'
cpu: 'arm64'
tf-version: '2.9.1'
py-version: '3.10'
fail-fast: false
steps:
- uses: actions/[email protected]
Expand Down Expand Up @@ -108,6 +112,10 @@ jobs:
cpu: 'arm64'
tf-version: '2.9.1'
py-version: '3.9'
- os: 'macOS'
cpu: 'arm64'
tf-version: '2.9.1'
py-version: '3.10'
fail-fast: false
if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'release'
steps:
Expand Down

0 comments on commit aa88b70

Please sign in to comment.