You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/docs/software/advanced-gradlerio/robot-code-ci.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ jobs:
31
31
# The type of runner that the job will run on
32
32
runs-on: ubuntu-22.04
33
33
# This grabs the WPILib docker container
34
-
container: wpilib/roborio-cross-ubuntu:2024-22.04
34
+
container: wpilib/roborio-cross-ubuntu:2025-22.04
35
35
# Steps represent a sequence of tasks that will be executed as part of the job
36
36
steps:
37
37
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -81,7 +81,7 @@ jobs:
81
81
# The type of runner that the job will run on
82
82
runs-on: ubuntu-22.04
83
83
# This grabs the WPILib docker container
84
-
container: wpilib/roborio-cross-ubuntu:2024-22.04
84
+
container: wpilib/roborio-cross-ubuntu:2025-22.04
85
85
```
86
86
87
87
Each Action workflow is made of a one or more jobs that run either sequentially (one after another) or in parallel (at the same time). In our workflow, there is only one "build" job.
0 commit comments