Skip to content

Commit a96ab19

Browse files
authored
Merge pull request #43 from cupy/update-backport-ci-workflow
Update backport ci workflow
2 parents 78b210a + 547f6bc commit a96ab19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pretest.yml

Lines changed: 4 additions & 4 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:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111

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

1717
- name: install dependencies
1818
run: |

0 commit comments

Comments
 (0)