From 619d1003e64aec2cc3e495949eeeeadf12fcd82d Mon Sep 17 00:00:00 2001 From: Lewis Jackson <> Date: Tue, 30 May 2023 19:48:45 +0300 Subject: [PATCH] Specify jammy docker image --- .forgejo/workflows/compile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/compile.yml b/.forgejo/workflows/compile.yml index d92e44f..4e4d39e 100644 --- a/.forgejo/workflows/compile.yml +++ b/.forgejo/workflows/compile.yml @@ -3,13 +3,13 @@ run-name: ${{ github.actor }} is compiling on: [push] jobs: Compile: - runs-on: ubuntu-latest + runs-on: ubuntu-jammy steps: - name: Setup PlatformIO run: | apt update apt -y install software-properties-common - add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe" + add-apt-repository "deb http://archive.ubuntu.com/ubuntu jammy universe" apt update apt -y install platformio - name: Compile