We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d994658 commit eac77edCopy full SHA for eac77ed
.github/workflows/release.yml
@@ -56,6 +56,10 @@ jobs:
56
cpu: 'arm64'
57
tf-version: '2.9.1'
58
py-version: '3.9'
59
+ - os: 'macos-11'
60
+ cpu: 'arm64'
61
+ tf-version: '2.9.1'
62
+ py-version: '3.10'
63
fail-fast: false
64
steps:
65
- uses: actions/github-script@0.3.0
@@ -108,6 +112,10 @@ jobs:
108
112
109
113
110
114
115
+ - os: 'macOS'
116
117
118
111
119
120
if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'release'
121
0 commit comments