Skip to content

Commit 20e2af3

Browse files
committed
✏️ Adjust the runtime OS order and add more OS for testing.
1 parent 0590064 commit 20e2af3

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/rw_poetry_run_test_with_multi_py_versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
strategy:
7272
matrix:
7373
python-version: [3.8,3.9,'3.10','3.11']
74-
os: [ubuntu-20.04,ubuntu-latest,macos-latest]
74+
os: [ubuntu-latest,ubuntu-20.04,macos-latest,macos-14,macos-13]
7575
test-path: ${{fromJson(inputs.all_test_items_paths)}}
7676

7777
uses: ./.github/workflows/rw_poetry_run_test.yaml

.github/workflows/rw_run_test_with_multi_py_versions.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,21 @@ jobs:
6767
strategy:
6868
matrix:
6969
python-version: [3.6,3.7,3.8,3.9,'3.10','3.11']
70-
os: [ubuntu-20.04,ubuntu-latest,macos-latest]
71-
exclude:
72-
- os: ubuntu-latest
73-
python-version: 3.6
74-
- os: ubuntu-20.04
75-
python-version: 3.7
76-
- os: ubuntu-20.04
77-
python-version: 3.8
78-
- os: ubuntu-20.04
79-
python-version: 3.9
80-
- os: ubuntu-20.04
81-
python-version: '3.10'
82-
- os: ubuntu-20.04
83-
python-version: 3.11
70+
os: [ubuntu-latest,ubuntu-20.04,macos-latest,macos-14,macos-13]
8471
test-path: ${{fromJson(inputs.all_test_items_paths)}}
72+
# exclude:
73+
# - os: ubuntu-latest
74+
# python-version: 3.6
75+
# - os: ubuntu-20.04
76+
# python-version: 3.7
77+
# - os: ubuntu-20.04
78+
# python-version: 3.8
79+
# - os: ubuntu-20.04
80+
# python-version: 3.9
81+
# - os: ubuntu-20.04
82+
# python-version: '3.10'
83+
# - os: ubuntu-20.04
84+
# python-version: 3.11
8585

8686
uses: ./.github/workflows/rw_run_test.yaml
8787
with:

0 commit comments

Comments
 (0)