Skip to content

Commit 61b8495

Browse files
committed
update ci
1 parent a96260e commit 61b8495

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/keras_application_test_ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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'
@@ -70,6 +73,11 @@ jobs:
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:

0 commit comments

Comments
 (0)