From 92f77aa03082cbd7fe423b996deeaa5a5aa4561f Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Tue, 31 Dec 2024 17:21:12 -0800 Subject: [PATCH] Bump container to 2025 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33f8f26..79e249e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: build: name: Build runs-on: ubuntu-latest - container: wpilib/roborio-cross-ubuntu:2024-22.04 + container: wpilib/roborio-cross-ubuntu:2025-22.04 steps: - uses: actions/checkout@v4 with: