Use python 3.11
This commit is contained in:
parent
67f3f456bf
commit
9d108985aa
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue