Skip to content

Commit faf7a4c

Browse files
committed
CI: update Python to 3.12
It seems 3.8 is no longer available. And use a newer version of the setup-python action.
1 parent 92f2786 commit faf7a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
with:
1919
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
2020
- name: Set up Python
21-
uses: actions/setup-python@v1
21+
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.8
23+
python-version: 3.12
2424
- name: Execute the build
2525
run: .github/build.sh

0 commit comments

Comments
 (0)