Skip to content

Commit 065e2f2

Browse files
committed
try ubuntu 24.04 as test image
1 parent fb06ea8 commit 065e2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
python-version: ["3.10", "3.11", "3.12"]
22-
os: ["ubuntu-22.04", "ubuntu-latest"]
22+
os: ["ubuntu-24.04", "ubuntu-latest"]
2323

2424
steps:
2525
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)