@@ -40,25 +40,22 @@ jobs:
40
40
matrix :
41
41
# To switch on windows-2022/latest, please verify the bazel version:
42
42
# https://github.com/bazelbuild/bazel/issues/14232#issuecomment-1011247429
43
- os : ['macos-10.15 ', 'windows-2019', 'ubuntu-18.04']
43
+ os : ['macos-12 ', 'windows-2019', 'ubuntu-18.04']
44
44
py-version : ['3.7', '3.8', '3.9', '3.10']
45
- tf-version : ['2.7.3 ', '2.8.2 ', '2.9.1 ']
45
+ tf-version : ['2.8.2 ', '2.9.1 ', '2.10.0 ']
46
46
cpu : ['x86']
47
- exclude :
48
- - py-version : ' 3.10'
49
- tf-version : ' 2.7.3'
50
47
include :
51
- - os : ' macos-11 '
48
+ - os : ' macos-12 '
52
49
cpu : ' arm64'
53
- tf-version : ' 2.9.1 '
50
+ tf-version : ' 2.10.0 '
54
51
py-version : ' 3.8'
55
- - os : ' macos-11 '
52
+ - os : ' macos-12 '
56
53
cpu : ' arm64'
57
- tf-version : ' 2.9.1 '
54
+ tf-version : ' 2.10.0 '
58
55
py-version : ' 3.9'
59
- - os : ' macos-11 '
56
+ - os : ' macos-12 '
60
57
cpu : ' arm64'
61
- tf-version : ' 2.9.1 '
58
+ tf-version : ' 2.10.0 '
62
59
py-version : ' 3.10'
63
60
fail-fast : false
64
61
steps :
69
66
script : |
70
67
const commit_details = await github.git.getCommit({owner: context.repo.owner, repo: context.repo.repo, commit_sha: context.sha});
71
68
return commit_details.data.author.date
69
+ - if : matrix.tf-version != '2.10.0'
70
+ shell : bash
71
+ run : echo "SKIP_CUSTOM_OP_TESTS=--skip-custom-ops" >> $GITHUB_ENV
72
72
- if : github.event_name == 'push'
73
73
shell : bash
74
74
run : echo "NIGHTLY_FLAG=--nightly" >> $GITHUB_ENV
@@ -101,20 +101,20 @@ jobs:
101
101
matrix :
102
102
os : ['macOS', 'Windows', 'Linux']
103
103
py-version : ['3.7', '3.8', '3.9', '3.10']
104
- tf-version : ['2.9.1 ']
104
+ tf-version : ['2.10.0 ']
105
105
cpu : ['x86']
106
106
include :
107
107
- os : ' macOS'
108
108
cpu : ' arm64'
109
- tf-version : ' 2.9.1 '
109
+ tf-version : ' 2.10.0 '
110
110
py-version : ' 3.8'
111
111
- os : ' macOS'
112
112
cpu : ' arm64'
113
- tf-version : ' 2.9.1 '
113
+ tf-version : ' 2.10.0 '
114
114
py-version : ' 3.9'
115
115
- os : ' macOS'
116
116
cpu : ' arm64'
117
- tf-version : ' 2.9.1 '
117
+ tf-version : ' 2.10.0 '
118
118
py-version : ' 3.10'
119
119
fail-fast : false
120
120
if : (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'release'
0 commit comments