Skip to content

Commit 65808a0

Browse files
committed
Update github workflow
1 parent ba7e75c commit 65808a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@v1
13-
- name: Set up Python 3.6
13+
- name: Set up Python 3.13
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: 3.6
16+
python-version: 3.13
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)