Skip to content

Commit 399c8a0

Browse files
committed
Change the combination.
Signed-off-by: Jay Zhang <jiz@microsoft.com>
1 parent b0cd2d5 commit 399c8a0

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/keras_application_test_ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
name:
2222
- 'py38-tf2.9'
2323
- 'py39-tf2.10'
24-
- 'py39-tf2.15'
25-
- 'py310-tf2.14'
24+
- 'py39-tf2.14'
25+
- 'py310-tf2.15'
2626
os: ['ubuntu-latest', 'windows-2022']
2727
opset_version: ['18', '15']
2828
ort_version: ['1.16.3']
@@ -34,11 +34,11 @@ jobs:
3434
- name: 'py39-tf2.10'
3535
tf_version: '2.10.0'
3636
python_version: '3.9'
37-
- name: 'py39-tf2.15'
38-
tf_version: '2.15.0'
39-
python_version: '3.9'
40-
- name: 'py310-tf2.14'
37+
- name: 'py39-tf2.14'
4138
tf_version: '2.14.0'
39+
python_version: '3.9'
40+
- name: 'py310-tf2.15'
41+
tf_version: '2.15.0'
4242
python_version: '3.10'
4343

4444
runs-on: ${{ matrix.os }}

.github/workflows/keras_unit_test_ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
name:
2222
- 'py38-tf2.9'
2323
- 'py39-tf2.10'
24-
- 'py39-tf2.15'
25-
- 'py310-tf2.14'
24+
- 'py39-tf2.14'
25+
- 'py310-tf2.15'
2626
os: ['ubuntu-latest', 'windows-2022']
2727
opset_version: ['18', '15']
2828
ort_version: ['1.16.3']
@@ -34,11 +34,11 @@ jobs:
3434
- name: 'py39-tf2.10'
3535
tf_version: '2.10.0'
3636
python_version: '3.9'
37-
- name: 'py39-tf2.15'
38-
tf_version: '2.15.0'
39-
python_version: '3.9'
40-
- name: 'py310-tf2.14'
37+
- name: 'py39-tf2.14'
4138
tf_version: '2.14.0'
39+
python_version: '3.9'
40+
- name: 'py310-tf2.15'
41+
tf_version: '2.15.0'
4242
python_version: '3.10'
4343

4444
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)