Skip to content

Commit df63e64

Browse files
authored
Upgrade Ubuntu runner for tests in Github Workflow to latest (#2428)
* Upgrade ubuntu image version to 22.04 for python test workflow * Upgrade ubuntu image version to 24.04 for python test workflow * Change ubuntu image version tag to "latest" for python test workflow
1 parent bb9492f commit df63e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
os: ["ubuntu-20.04", "windows-latest"]
27+
os: ["ubuntu-latest", "windows-latest"]
2828
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
2929
steps:
3030
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)