Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4cee445

Browse files
Enhance workflows: Add Ubuntu-24 Testing (actions#326)
* include ubuntu24 testing in workflows* included macos-13 testing
1 parentd7df8df commit4cee445

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/releases-validation.yml‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp