From 84a55d13f359df2152ce21bc727db72355bc272e Mon Sep 17 00:00:00 2001 From: Isaac Turner Date: Mon, 25 Mar 2024 14:51:38 +0800 Subject: [PATCH] [ci] Fix 2023 docker image usage (#6459) --- .github/workflows/lint-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index 18057e03ce..4a13c8d7a1 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -51,7 +51,7 @@ jobs: tidy: name: "clang-tidy" runs-on: ubuntu-22.04 - container: wpilib/roborio-cross-ubuntu:2023-22.04 + container: wpilib/roborio-cross-ubuntu:2024-22.04 steps: - uses: actions/checkout@v4 with: