Skip to content

Commit 1000b2a

Browse files
committed
upgrade platform
1 parent 3af93c3 commit 1000b2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
strategy:
77
matrix:
88
include:
9-
- os: "ubuntu-22.04"
10-
python-version: "3.11"
9+
- os: "ubuntu-24.04"
10+
python-version: "3.12"
1111
steps:
1212
- name: checkout
1313
uses: actions/checkout@v4

config/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
workflows_platforms = [
2-
("ubuntu-22.04", "3.11"),
2+
("ubuntu-24.04", "3.12"),
33
]

0 commit comments

Comments
 (0)