Skip to content

Commit 0f2c53a

Browse files
committed
Limite ubuntu version to 22.04 for python 3.7.
Signed-off-by: Jay Zhang <[email protected]>
1 parent 79cedf9 commit 0f2c53a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/keras_application_test_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
Test_py37_with_tf1_15: # Do not change this name because it is used in Ruleset of this repo.
6767
strategy:
6868
fail-fast: false
69-
runs-on: ubuntu-latest
69+
runs-on: ubuntu-22.04
7070

7171
steps:
7272
- name: Checkout code

.github/workflows/keras_unit_test_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
Test_py37_with_tf1_15: # Do not change this name because it is used in Ruleset of this repo.
6666
strategy:
6767
fail-fast: false
68-
runs-on: ubuntu-latest
68+
runs-on: ubuntu-22.04
6969

7070
steps:
7171
- name: Checkout code

.github/workflows/pretrained_model_test_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: 'py37-tf1.15'
9292
tf_version: '1.15.5'
9393
python_version: '3.7'
94-
os: 'ubuntu-latest'
94+
os: 'ubuntu-22.04' # Max ubuntu version supports python 3.7.
9595
opset_version: '15'
9696
ort_version: '1.14.1'
9797
onnx_version: '1.14.1'

.github/workflows/unit_test_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: 'py37-tf1.15'
9292
tf_version: '1.15.5'
9393
python_version: '3.7'
94-
os: 'ubuntu-latest'
94+
os: 'ubuntu-22.04' # Max ubuntu version supports python 3.7.
9595
opset_version: '15'
9696
ort_version: '1.14.1'
9797
onnx_version: '1.14.1'

0 commit comments

Comments
 (0)