From 35fc863cd77faa2d55ac3c3ce3d7367c8ebdaee7 Mon Sep 17 00:00:00 2001 From: Thad House Date: Sun, 1 Dec 2024 12:46:42 -0800 Subject: [PATCH] Switch lint task to use base ubuntu image --- .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 008fe765603..8de7bd9c200 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:2025-22.04 + container: wpilib/ubuntu-base:22.04 steps: - uses: actions/checkout@v4 with: