Skip to content

Commit 91b20f5

Browse files
committed
Bump docker base image
1 parent 82b8409 commit 91b20f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-kikit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -55,7 +55,7 @@ jobs:
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:

0 commit comments

Comments
 (0)