Skip to content

Commit

Permalink
upgrade platform
Browse files Browse the repository at this point in the history
  • Loading branch information
veltzer committed Aug 29, 2024
1 parent 1ec287b commit bba901b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
strategy:
matrix:
include:
- os: "ubuntu-22.04"
python-version: "3.11"
- os: "ubuntu-24.04"
python-version: "3.12"
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion config/github.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
workflows_platforms = [
("ubuntu-22.04", "3.11"),
("ubuntu-24.04", "3.12"),
]

0 comments on commit bba901b

Please sign in to comment.