From efd31543f6a51c9cee1cd9c711c9f5cbd974535d Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Fri, 26 Nov 2021 06:44:05 -0800 Subject: [PATCH] Upgrade athena Docker container from 2021 to 2022 (#332) The proper compiler wasn't available for 2022 native-utils, so linuxathena artifact builds were silently skipped. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index be32d83ba..4a0f5c3bd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -223,7 +223,7 @@ jobs: fail-fast: false matrix: include: - - container: wpilib/roborio-cross-ubuntu:2021-18.04 + - container: wpilib/roborio-cross-ubuntu:2022-18.04 artifact-name: Athena - container: wpilib/raspbian-cross-ubuntu:10-18.04 artifact-name: Raspbian