From 68bdb38a3d666e56eb6746246486cdead980b924 Mon Sep 17 00:00:00 2001 From: Gold856 <117957790+Gold856@users.noreply.github.com> Date: Thu, 19 Jun 2025 18:48:55 -0400 Subject: [PATCH] Switch to Ubuntu 24.04 --- .github/workflows/build.yml | 7 ++----- docs/source/docs/hardware/selecting-hardware.md | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 502a614ee..f15d77bf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -266,13 +266,10 @@ jobs: fail-fast: false matrix: include: - - container: wpilib/roborio-cross-ubuntu:2025-24.04 - artifact-name: Athena - build-options: "-Ponlylinuxathena" - - container: wpilib/raspbian-cross-ubuntu:bullseye-22.04 + - container: wpilib/raspbian-cross-ubuntu:bookworm-24.04 artifact-name: Raspbian build-options: "-Ponlylinuxarm32" - - container: wpilib/aarch64-cross-ubuntu:bullseye-22.04 + - container: wpilib/aarch64-cross-ubuntu:bookworm-24.04 artifact-name: Aarch64 build-options: "-Ponlylinuxarm64" diff --git a/docs/source/docs/hardware/selecting-hardware.md b/docs/source/docs/hardware/selecting-hardware.md index b9baa4d7b..86b404011 100644 --- a/docs/source/docs/hardware/selecting-hardware.md +++ b/docs/source/docs/hardware/selecting-hardware.md @@ -10,7 +10,7 @@ In order to use PhotonVision, you need a coprocessor and a camera. This page dis ### Minimum System Requirements -- Ubuntu 22.04 LTS or Windows 10/11 +- Ubuntu 24.04 LTS or Windows 10/11 - We don't recommend using Windows for anything except testing out the system on a local machine. - CPU: ARM Cortex-A53 (the CPU on Raspberry Pi 3) or better - At least 8GB of storage