Skip to content

Commit 224eb93

Browse files
committed
🔧 config(upgrade): update runs-on to ubuntu-24.04 for test_*.yml.
1 parent b0f0f64 commit 224eb93

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test_py36.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @Author: jankincai
22
# @Date: 2024-09-12 10:45:37
33
# @Last Modified by: jankincai
4-
# @Last Modified time: 2024-09-14 11:16:35
4+
# @Last Modified time: 2025-07-14 11:54:11
55

66
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
77
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
build:
1919

20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-24.04
2121
strategy:
2222
fail-fast: false
2323
matrix:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @Author: jankincai
22
# @Date: 2024-09-12 10:45:37
33
# @Last Modified by: jankincai
4-
# @Last Modified time: 2024-09-12 17:18:27
4+
# @Last Modified time: 2025-07-14 11:54:01
55

66
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
77
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
build:
1919

20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-24.04
2121
strategy:
2222
fail-fast: false
2323
matrix:

0 commit comments

Comments
 (0)