We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c35cb commit 970d11dCopy full SHA for 970d11d
.github/workflows/build.yml
@@ -4,14 +4,14 @@ on: [push, workflow_dispatch]
4
5
jobs:
6
build:
7
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
8
9
steps:
10
- - uses: actions/checkout@v2
11
- - name: Set up Python 3.9
12
- uses: actions/setup-python@v2
+ - uses: actions/checkout@v4
+ - name: Set up Python
+ uses: actions/setup-python@v5
13
with:
14
- python-version: "3.9"
+ python-version: "3.12"
15
- name: Install dependencies
16
run: |
17
python -m pip install --upgrade pip
0 commit comments