Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bhack committed May 11, 2024
1 parent 2240185 commit 945be77
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
py-version: ['3.9', '3.10', '3.11', '3.12']
tf-version: ['2.14.1', '2.15.1', '2.16.1']
cpu: ['x86']
include:
- os: 'macos-12'
cpu: 'arm64'
py-version: 3.12
tf-version: '2.16.1'
exclude:
- py-version: '3.12'
tf-version: '2.14.1'
Expand Down Expand Up @@ -102,6 +107,11 @@ jobs:
py-version: ['3.9', '3.10', '3.11', '3.12']
tf-version: ['2.16.1']
cpu: ['x86']
include:
- os: 'macos-12'
cpu: 'arm64'
py-version: 3.12
tf-version: '2.16.1'
exclude:
- py-version: '3.12'
tf-version: '2.14.1'
Expand Down

0 comments on commit 945be77

Please sign in to comment.