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 e75f868 commit c94b4abCopy full SHA for c94b4ab
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
strategy:
43
matrix:
44
# TODO: add back 'windows-latest' when it can be compiled.
45
- os: ['macos-14', 'macos-12', 'ubuntu-20.04']
+ os: ['macos-14', 'macos-13', 'ubuntu-20.04']
46
py-version: ['3.8', '3.9', '3.10', '3.11']
47
tf-version: ['2.15.1', '2.16.2']
48
tf-need-cuda: ['0']
@@ -59,7 +59,7 @@ jobs:
59
cpu: 'x86'
60
- os: 'ubuntu-20.04'
61
cpu: 'arm64'
62
- - os: 'macos-12'
+ - os: 'macos-13'
63
64
- py-version: '3.8'
65
0 commit comments