File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151
5252jobs :
5353 build :
54- runs-on : ubuntu-latest
54+ runs-on : ubuntu-24.04
5555
5656 # The purpose of these outputs is to allow the separate 'deploy' job to pickup the same values
5757 outputs :
@@ -568,7 +568,7 @@ jobs:
568568 DEPLOY_ENV_LIVE : ${{ needs.build.outputs.DEPLOY_ENV_LIVE }}
569569 DEPLOY : ${{ needs.build.outputs.deploy }}
570570
571- runs-on : ubuntu-latest
571+ runs-on : ubuntu-24.04
572572 steps :
573573 - name : Deploy to GitHub Pages
574574 id : deployment
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 docs :
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-24.04
1717 env :
1818 sphinx_html_baseurl : ' https://spinalhdl.github.io/SpinalDoc-RTD/master/'
1919 sphinx_github_url : ' https://github.com/SpinalHDL/SpinalDoc-RTD'
Original file line number Diff line number Diff line change 55
66jobs :
77 test :
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-24.04
99 steps :
1010 - uses : actions/checkout@v6
1111 with :
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 pots :
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-24.04
1717 steps :
1818 - uses : actions/checkout@v6
1919 with :
You can’t perform that action at this time.
0 commit comments