Skip to content

Commit

Permalink
Change runner used in GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkey300 committed Jan 5, 2025
1 parent a8e25a9 commit a59690c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build_and_Simulate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# This workflow contains a single job called "build"
BuildSim:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

# This grabs the WPILib docker container
container: wpilib/roborio-cross-ubuntu:2025-22.04
Expand Down

0 comments on commit a59690c

Please sign in to comment.