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:
48
48
- ' py39-tf2.15'
49
49
- ' py310-tf2.19'
50
50
- ' py311-tf2.19'
51
- os : ['ubuntu-latest', 'windows-2022']
51
+ - ' py312-tf2.19'
52
+ os : ['ubuntu-latest', 'windows-latest']
52
53
include :
53
54
- name : ' py38-tf2.13'
54
55
tf_version : ' 2.13.0'
55
56
python_version : ' 3.8'
56
57
ort_version : ' 1.16.3'
57
58
onnx_version : ' 1.16.1'
59
+ os_version : ' ubuntu-latest'
58
60
- name : ' py39-tf2.15'
59
61
tf_version : ' 2.15.0'
60
62
python_version : ' 3.9'
61
63
ort_version : ' 1.16.3'
62
64
onnx_version : ' 1.16.1'
65
+ os_version : ' ubuntu-latest'
63
66
- name : ' py310-tf2.19'
64
67
tf_version : ' 2.19.0'
65
68
python_version : ' 3.10'
70
73
python_version : ' 3.11'
71
74
ort_version : ' 1.20.1'
72
75
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'
73
81
runs-on : ${{ matrix.os }}
74
82
75
83
steps :
You can’t perform that action at this time.
0 commit comments