Skip to content

Commit 726cbb1

Browse files
committed
Disable roboRIO CI
- TODO: add systemcore CI
1 parent e11f707 commit 726cbb1

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/dist.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ jobs:
7676
max-parallel: ${{ fromJSON(needs.setup_concurrency.outputs.max-parallel).v }}
7777
fail-fast: true
7878
matrix:
79-
os: ["ubuntu-22.04", "ubuntu-22.04-arm", "macos-14", "windows-2022"]
79+
os: ["ubuntu-24.04", "ubuntu-24.04-arm", "macos-14", "windows-2022"]
8080
include:
81-
- os: ubuntu-22.04-arm
81+
- os: ubuntu-24.04-arm
8282
container: python:3.13-bookworm
8383

8484
container: ${{ matrix.container }}
@@ -89,7 +89,7 @@ jobs:
8989
fetch-depth: 0
9090

9191
- name: Install python
92-
if: matrix.os != 'ubuntu-22.04-arm'
92+
if: matrix.os != 'ubuntu-24.04-arm'
9393
uses: actions/setup-python@v5
9494
with:
9595
python-version: '3.13'
@@ -121,7 +121,7 @@ jobs:
121121
fail-fast: true
122122
matrix:
123123
os:
124-
- "ubuntu-22.04"
124+
- "ubuntu-24.04"
125125
- "macos-13" # x86_64
126126
- "macos-14" # arm64
127127
- "windows-2022"
@@ -132,13 +132,13 @@ jobs:
132132
- '3.12'
133133
- '3.13'
134134
include:
135-
- os: ubuntu-22.04-arm
135+
- os: ubuntu-24.04-arm
136136
python_version: '3.11'
137137
container: python:3.11-bookworm
138-
- os: ubuntu-22.04-arm
138+
- os: ubuntu-24.04-arm
139139
python_version: '3.12'
140140
container: python:3.12-bookworm
141-
- os: ubuntu-22.04-arm
141+
- os: ubuntu-24.04-arm
142142
python_version: '3.13'
143143
container: python:3.13-bookworm
144144

@@ -150,7 +150,7 @@ jobs:
150150
fetch-depth: 0
151151

152152
- name: Install python
153-
if: matrix.os != 'ubuntu-22.04-arm'
153+
if: matrix.os != 'ubuntu-24.04-arm'
154154
uses: actions/setup-python@v5
155155
with:
156156
python-version: ${{ matrix.python_version }}
@@ -167,7 +167,7 @@ jobs:
167167

168168
- name: Install libgl
169169
run: apt-get update && apt-get install -y libgl1
170-
if: matrix.os == 'ubuntu-22.04-arm'
170+
if: matrix.os == 'ubuntu-24.04-arm'
171171

172172
- name: Setup MSVC
173173
uses: bus1/cabuild/action/msdevshell@e22aba57d6e74891d059d66501b6b5aed8123c4d # v1
@@ -223,9 +223,9 @@ jobs:
223223
max-parallel: ${{ fromJSON(needs.setup_concurrency.outputs.max-parallel).v }}
224224
matrix:
225225
os:
226-
- container: wpilib/roborio-cross-ubuntu:2025-22.04-py313
227-
name: roborio
228-
- container: wpilib/raspbian-cross-ubuntu:2025-bookworm-22.04-py313
226+
# - container: wpilib/roborio-cross-ubuntu:2025-22.04-py313
227+
# name: roborio
228+
- container: wpilib/raspbian-cross-ubuntu:2025-bookworm-24.04-py313
229229
name: raspbian
230230

231231
container:
@@ -261,17 +261,17 @@ jobs:
261261
max-parallel: ${{ fromJSON(needs.setup_concurrency.outputs.max-parallel).v }}
262262
matrix:
263263
os:
264-
- container: wpilib/roborio-cross-ubuntu:2025-22.04-py313
265-
name: roborio
266-
base: roborio
264+
# - container: wpilib/roborio-cross-ubuntu:2025-22.04-py313
265+
# name: roborio
266+
# base: roborio
267267

268-
- container: wpilib/raspbian-cross-ubuntu:2025-bookworm-22.04-py311
268+
- container: wpilib/raspbian-cross-ubuntu:2025-bookworm-24.04-py311
269269
name: raspbian-py311
270270
base: raspbian
271-
- container: wpilib/raspbian-cross-ubuntu:2025-bookworm-22.04-py312
271+
- container: wpilib/raspbian-cross-ubuntu:2025-bookworm-24.04-py312
272272
name: raspbian-py312
273273
base: raspbian
274-
- container: wpilib/raspbian-cross-ubuntu:2025-bookworm-22.04-py313
274+
- container: wpilib/raspbian-cross-ubuntu:2025-bookworm-24.04-py313
275275
name: raspbian-py313
276276
base: raspbian
277277

0 commit comments

Comments
 (0)