Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bhack authored May 11, 2024
1 parent 4a73521 commit 0f7f5e3
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,6 @@ jobs:
include:
- py-version: '3.12'
tf-version: '2.16.1'
- os: 'macos-12'
cpu: 'arm64'
tf-version: '2.16.1'
py-version: '3.9'
- os: 'macos-12'
cpu: 'arm64'
tf-version: '2.16.1'
py-version: '3.10'
- os: 'macos-12'
cpu: 'arm64'
tf-version: '2.16.1'
py-version: '3.11'
- os: 'macos-12'
cpu: 'arm64'
tf-version: '2.16.1'
py-version: '3.12'
fail-fast: false
steps:
- uses: actions/[email protected]
Expand Down Expand Up @@ -119,22 +103,6 @@ jobs:
include:
- py-version: '3.12'
tf-version: '2.16.1'
- os: 'macOS'
cpu: 'arm64'
tf-version: '2.16.1'
py-version: '3.9'
- os: 'macOS'
cpu: 'arm64'
tf-version: '2.16.1'
py-version: '3.10'
- os: 'macOS'
cpu: 'arm64'
tf-version: '2.16.1'
py-version: '3.11'
- os: 'macOS'
cpu: 'arm64'
tf-version: '2.16.1'
py-version: '3.12'
fail-fast: false
if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'release'
steps:
Expand Down

0 comments on commit 0f7f5e3

Please sign in to comment.