We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6fa28 commit 3bb56e6Copy full SHA for 3bb56e6
.github/workflows/dist.yml
@@ -161,9 +161,8 @@ jobs:
161
max-parallel: ${{ fromJSON(needs.setup_concurrency.outputs.max-parallel).v }}
162
matrix:
163
container:
164
- - wpilib/roborio-cross-ubuntu:2024-22.04-py312
165
- - wpilib/raspbian-cross-ubuntu:bullseye-22.04-py312
166
- - wpilib/aarch64-cross-ubuntu:bullseye-22.04-py312
+ - wpilib/roborio-cross-ubuntu:2025-22.04-py313
+ - wpilib/raspbian-cross-ubuntu:2025-bookworm-22.04-py313
167
168
169
image: "${{ matrix.container }}"
0 commit comments