Skip to content

Commit 6944f56

Browse files
authored
Update pretest.yml
1 parent 78b210a commit 6944f56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pretest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on: [push, pull_request]
44

55
jobs:
66
pretest:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88

99
steps:
1010
- uses: actions/checkout@v2
1111

1212
- name: setup python
1313
uses: actions/setup-python@v2
1414
with:
15-
python-version: '3.7'
15+
python-version: '3.13'
1616

1717
- name: install dependencies
1818
run: |

0 commit comments

Comments
 (0)