Skip to content

Commit 970d11d

Browse files
committed
Update build
1 parent 88c35cb commit 970d11d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on: [push, workflow_dispatch]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-24.04
88

99
steps:
10-
- uses: actions/checkout@v2
11-
- name: Set up Python 3.9
12-
uses: actions/setup-python@v2
10+
- uses: actions/checkout@v4
11+
- name: Set up Python
12+
uses: actions/setup-python@v5
1313
with:
14-
python-version: "3.9"
14+
python-version: "3.12"
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)