From a59690c418334ed5112c298c1821bb4cc86fa398 Mon Sep 17 00:00:00 2001 From: sharkey300 <84826384+sharkey300@users.noreply.github.com> Date: Sun, 5 Jan 2025 13:42:41 -0800 Subject: [PATCH] Change runner used in GitHub action --- .github/workflows/Build_and_Simulate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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