Skip to content

Commit

Permalink
CI: update Python to 3.12
Browse files Browse the repository at this point in the history
It seems 3.8 is no longer available.

And use a newer version of the setup-python action.
  • Loading branch information
ctrueden committed Jan 14, 2025
1 parent 92f2786 commit faf7a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.12
- name: Execute the build
run: .github/build.sh

0 comments on commit faf7a4c

Please sign in to comment.