Skip to content

Commit f4b356f

Browse files
committed
Use ghcr.io/kbeckmann/pico-sdk-builder:ubuntu-24.04
1 parent 5703be4 commit f4b356f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/20_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
docker run \
7575
--mount type=bind,source=$(pwd),target=/ci \
7676
--workdir=/ci \
77-
ghcr.io/kbeckmann/pico-sdk-builder:latest \
77+
ghcr.io/kbeckmann/pico-sdk-builder:ubuntu-24.04 \
7878
bash -c "\
7979
git config --global --add safe.directory /ci/picocart64 && \
8080
mkdir picocart64/sw/build && \

0 commit comments

Comments
 (0)