Use python 3.11
This commit is contained in:
parent
7f76a1f523
commit
c50f69756c
|
@ -24,7 +24,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v4
|
- 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
|
- name: Tune GitHub-hosted runner network
|
||||||
uses: smorimoto/tune-github-hosted-runner-network@v1
|
uses: smorimoto/tune-github-hosted-runner-network@v1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue