We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e4824 commit 7327ca6Copy full SHA for 7327ca6
.github/workflows/dist.yml
@@ -88,7 +88,6 @@ jobs:
88
needs: [setup_concurrency, build]
89
strategy:
90
max-parallel: ${{ fromJSON(needs.setup_concurrency.outputs.max-parallel).v }}
91
- fail-fast: false
92
matrix:
93
os: ["ubuntu-22.04", "macos-13", "windows-2022"]
94
python_version:
@@ -161,7 +160,7 @@ jobs:
161
160
162
container:
163
- wpilib/roborio-cross-ubuntu:2025-22.04-py313
164
- # - wpilib/raspbian-cross-ubuntu:2025-bookworm-22.04-py313
+ - wpilib/raspbian-cross-ubuntu:2025-bookworm-22.04-py313
165
166
167
image: "${{ matrix.container }}"
0 commit comments