From 13b33391b1db984f42cbd84e6f4d699d4c7349b6 Mon Sep 17 00:00:00 2001 From: MonkeyX Date: Mon, 24 Jun 2024 16:46:16 +0100 Subject: [PATCH] Update cooker-selfhosted.yml --- .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 9509d19c..8bc4facb 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, ubuntu-20.04 + runs-on: self-hosted, ubuntu-24.04 steps: # Circumventing this bug: https://github.com/flatpak/flatpak-builder/issues/317