Skip to content

Commit

Permalink
Test on ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed May 11, 2024
1 parent b9d4934 commit d0bdb92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: "Test Ubuntu"
uses: "./.github/workflows/test-os.yml"
with:
os: '["ubuntu-20.04", "ubuntu-22.04"]'
os: '["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04"]'
python-version: '["3.8", "3.9", "3.10", "3.11", "3.12", "installed"]'
include: '[{"os": "ubuntu-20.04", "python-version": "3.7"}]'

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ jobs:
- os: ubuntu-20.04
os-label: Linux 20.04
python: "installed"
- os: ubuntu-24.04
os-label: Linux 24.04
python: "installed"

steps:
- name: Checkout
Expand Down

0 comments on commit d0bdb92

Please sign in to comment.