diff --git a/.github/workflows/Build_and_Simulate.yml b/.github/workflows/Build_and_Simulate.yml index 84e1c72..6a770ec 100644 --- a/.github/workflows/Build_and_Simulate.yml +++ b/.github/workflows/Build_and_Simulate.yml @@ -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