Skip to content

Commit 80d5182

Browse files
committed
🚮 Remove redundant setting.
1 parent 20e2af3 commit 80d5182

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-latest,ubuntu-20.04,macos-latest,macos-14,macos-13]
74+
os: [ubuntu-latest,ubuntu-20.04,macos-latest,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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
matrix:
6969
python-version: [3.6,3.7,3.8,3.9,'3.10','3.11']
70-
os: [ubuntu-latest,ubuntu-20.04,macos-latest,macos-14,macos-13]
70+
os: [ubuntu-latest,ubuntu-20.04,macos-latest,macos-13]
7171
test-path: ${{fromJson(inputs.all_test_items_paths)}}
7272
# exclude:
7373
# - os: ubuntu-latest

0 commit comments

Comments
 (0)