Skip to content

Commit

Permalink
[ci] Switch lint task to use base ubuntu image (#7471)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse authored Dec 2, 2024
1 parent 92f8c89 commit 4dd3a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4dd3a36

Please sign in to comment.