Use python 3.11

This commit is contained in:
Jip-Hop 2024-07-16 16:46:15 +02:00
parent 7f76a1f523
commit c50f69756c
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,9 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11' # TrueNAS SCALE 24.04 Dragonfish
- name: Tune GitHub-hosted runner network
uses: smorimoto/tune-github-hosted-runner-network@v1