Skip to content

Commit

Permalink
Switch lint task to use base ubuntu image
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Dec 1, 2024
1 parent 92f8c89 commit 35fc863
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 35fc863

Please sign in to comment.