@@ -43,22 +43,24 @@ jobs:
4343 matrix :
4444 # To switch on windows-2022/latest, please verify the bazel version:
4545 # https://github.com/bazelbuild/bazel/issues/14232#issuecomment-1011247429
46- os : ['macos-12', 'windows-2019', 'ubuntu-20.04']
46+ os : ['macos-12', 'ubuntu-20.04']
47+ # Removing windows builds due to broken upstream package https://github.com/tensorflow/tensorflow/issues/61830
48+ # os: ['macos-12', 'windows-2019', 'ubuntu-20.04']
4749 py-version : ['3.9', '3.10', '3.11']
48- tf-version : ['2.12 .1', '2.13 .0', '2.14 .0']
50+ tf-version : ['2.13 .1', '2.14 .0', '2.15 .0']
4951 cpu : ['x86']
5052 include :
5153 - os : ' macos-12'
5254 cpu : ' arm64'
53- tf-version : ' 2.14 .0'
55+ tf-version : ' 2.15 .0'
5456 py-version : ' 3.9'
5557 - os : ' macos-12'
5658 cpu : ' arm64'
57- tf-version : ' 2.14 .0'
59+ tf-version : ' 2.15 .0'
5860 py-version : ' 3.10'
5961 - os : ' macos-12'
6062 cpu : ' arm64'
61- tf-version : ' 2.14 .0'
63+ tf-version : ' 2.15 .0'
6264 py-version : ' 3.11'
6365 fail-fast : false
6466 steps :
6971 script : |
7072 const commit_details = await github.git.getCommit({owner: context.repo.owner, repo: context.repo.repo, commit_sha: context.sha});
7173 return commit_details.data.author.date
72- - if : matrix.tf-version != '2.14 .0'
74+ - if : matrix.tf-version != '2.15 .0'
7375 shell : bash
7476 run : echo "SKIP_CUSTOM_OP_TESTS=--skip-custom-ops" >> $GITHUB_ENV
7577 - if : github.event_name == 'push'
@@ -102,22 +104,24 @@ jobs:
102104 runs-on : ubuntu-20.04
103105 strategy :
104106 matrix :
105- os : ['macOS', 'Windows', 'Linux']
107+ os : ['macOS', 'Linux']
108+ # Removing windows builds due to broken upstream package https://github.com/tensorflow/tensorflow/issues/61830
109+ # os: ['macOS', 'Windows', 'Linux']
106110 py-version : ['3.9', '3.10', '3.11']
107- tf-version : ['2.14 .0']
111+ tf-version : ['2.15 .0']
108112 cpu : ['x86']
109113 include :
110114 - os : ' macOS'
111115 cpu : ' arm64'
112- tf-version : ' 2.14 .0'
116+ tf-version : ' 2.15 .0'
113117 py-version : ' 3.9'
114118 - os : ' macOS'
115119 cpu : ' arm64'
116- tf-version : ' 2.14 .0'
120+ tf-version : ' 2.15 .0'
117121 py-version : ' 3.10'
118122 - os : ' macOS'
119123 cpu : ' arm64'
120- tf-version : ' 2.14 .0'
124+ tf-version : ' 2.15 .0'
121125 py-version : ' 3.11'
122126 fail-fast : false
123127 if : (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'release'
0 commit comments