From f92e1ce5181f0bc618a080d60de13f9c7b08fed8 Mon Sep 17 00:00:00 2001 From: MonkeyX <tim@monkeyx.net> Date: Mon, 24 Jun 2024 13:38:48 +0100 Subject: [PATCH] Update cooker-selfhosted.yml Changed Ubuntu version to 20.04 --- .github/workflows/cooker-selfhosted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 4ffb693a..9509d19c 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -29,7 +29,7 @@ on: jobs: Building_RetroDECK: - runs-on: self-hosted + runs-on: self-hosted, ubuntu-20.04 steps: # Circumventing this bug: https://github.com/flatpak/flatpak-builder/issues/317