Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4cee445

Browse files
Enhance workflows: Add Ubuntu-24 Testing (actions#326)
* include ubuntu24 testing in workflows * included macos-13 testing
1 parent d7df8df commit 4cee445

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/releases-validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13]
17+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, macos-13, ubuntu-latest]
1818
python: [3.9.13, 3.10.11, 3.11.8, 3.12.7, 3.13.0]
1919
steps:
2020
- name: setup-python ${{ matrix.python }}

.github/workflows/test-python-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04]
20+
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04, ubuntu-latest, macos-13]
2121
steps:
2222
- name: Setup Python ${{ github.event.inputs.version }}
2323
uses: actions/setup-python@main

0 commit comments

Comments
 (0)