Skip to content

Commit eb3895e

Browse files
authored
Update python.yaml with ubuntu-latest instead of deprecated runner
1 parent a4658cf commit eb3895e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
# macos-13 is x84 and macos-14-large is arm64
30-
os: ["ubuntu-20.04", "windows-latest", "macos-13", "macos-14-large"]
30+
os: ["ubuntu-latest", "windows-latest", "macos-13", "macos-14-large"]
3131
python_version: ["3.9", "3.10", "3.11", "3.12"]
3232
steps:
3333
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)