File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -48,18 +48,21 @@ jobs:
4848 - ' py39-tf2.15'
4949 - ' py310-tf2.19'
5050 - ' py311-tf2.19'
51- os : ['ubuntu-latest', 'windows-2022']
51+ - ' py312-tf2.19'
52+ os : ['ubuntu-latest', 'windows-latest']
5253 include :
5354 - name : ' py38-tf2.13'
5455 tf_version : ' 2.13.0'
5556 python_version : ' 3.8'
5657 ort_version : ' 1.16.3'
5758 onnx_version : ' 1.16.1'
59+ os_version : ' ubuntu-latest'
5860 - name : ' py39-tf2.15'
5961 tf_version : ' 2.15.0'
6062 python_version : ' 3.9'
6163 ort_version : ' 1.16.3'
6264 onnx_version : ' 1.16.1'
65+ os_version : ' ubuntu-latest'
6366 - name : ' py310-tf2.19'
6467 tf_version : ' 2.19.0'
6568 python_version : ' 3.10'
7073 python_version : ' 3.11'
7174 ort_version : ' 1.20.1'
7275 onnx_version : ' 1.17.0'
76+ - name : ' py312-tf2.19'
77+ tf_version : ' 2.19.0'
78+ python_version : ' 3.12'
79+ ort_version : ' 1.22.0'
80+ onnx_version : ' 1.18.0'
7381 runs-on : ${{ matrix.os }}
7482
7583 steps :
You can’t perform that action at this time.
0 commit comments