File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
3232 - run : sudo env PYTHONPATH=$PYTHONPATH LD_LIBRARY_PATH=$LD_LIBRARY_PATH make package
3333 build-pcm :
3434 name : Build PCM packages
35- runs-on : ubuntu-20 .04
35+ runs-on : ubuntu-24 .04
3636 needs : test
3737 steps :
3838 - uses : actions/checkout@v4
3939 - uses : ./.github/actions/setup-kicad
4040 with :
41- kicad-version : v6
41+ kicad-version : v8
4242 - name : Build PCM package
4343 run : make pcm
4444 - name : Upload kikit-pcm package artifact
5555 retention-days : 7
5656 deploy-docker :
5757 name : " Deploy nightly Docker"
58- runs-on : ubuntu-22 .04
58+ runs-on : ubuntu-24 .04
5959 needs : test
6060 if : github.ref == 'refs/heads/master' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
6161 strategy :
You can’t perform that action at this time.
0 commit comments