@@ -40,25 +40,22 @@ jobs:
4040 matrix :
4141 # To switch on windows-2022/latest, please verify the bazel version:
4242 # 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']
4444 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 ']
4646 cpu : ['x86']
47- exclude :
48- - py-version : ' 3.10'
49- tf-version : ' 2.7.3'
5047 include :
51- - os : ' macos-11 '
48+ - os : ' macos-12 '
5249 cpu : ' arm64'
53- tf-version : ' 2.9.1 '
50+ tf-version : ' 2.10.0 '
5451 py-version : ' 3.8'
55- - os : ' macos-11 '
52+ - os : ' macos-12 '
5653 cpu : ' arm64'
57- tf-version : ' 2.9.1 '
54+ tf-version : ' 2.10.0 '
5855 py-version : ' 3.9'
59- - os : ' macos-11 '
56+ - os : ' macos-12 '
6057 cpu : ' arm64'
61- tf-version : ' 2.9.1 '
58+ tf-version : ' 2.10.0 '
6259 py-version : ' 3.10'
6360 fail-fast : false
6461 steps :
6966 script : |
7067 const commit_details = await github.git.getCommit({owner: context.repo.owner, repo: context.repo.repo, commit_sha: context.sha});
7168 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
7272 - if : github.event_name == 'push'
7373 shell : bash
7474 run : echo "NIGHTLY_FLAG=--nightly" >> $GITHUB_ENV
@@ -101,20 +101,20 @@ jobs:
101101 matrix :
102102 os : ['macOS', 'Windows', 'Linux']
103103 py-version : ['3.7', '3.8', '3.9', '3.10']
104- tf-version : ['2.9.1 ']
104+ tf-version : ['2.10.0 ']
105105 cpu : ['x86']
106106 include :
107107 - os : ' macOS'
108108 cpu : ' arm64'
109- tf-version : ' 2.9.1 '
109+ tf-version : ' 2.10.0 '
110110 py-version : ' 3.8'
111111 - os : ' macOS'
112112 cpu : ' arm64'
113- tf-version : ' 2.9.1 '
113+ tf-version : ' 2.10.0 '
114114 py-version : ' 3.9'
115115 - os : ' macOS'
116116 cpu : ' arm64'
117- tf-version : ' 2.9.1 '
117+ tf-version : ' 2.10.0 '
118118 py-version : ' 3.10'
119119 fail-fast : false
120120 if : (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'release'
0 commit comments