From 9d9b3eeffea87dad27a18b24188628967d3f63e0 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 2 Aug 2024 23:32:56 +0900 Subject: [PATCH] WORKFLOW: moving to the new runner [skip ci] --- .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 411662b5..0c814482 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -30,7 +30,7 @@ on: jobs: Building_RetroDECK: - runs-on: self-hosted + runs-on: retrodeck steps: # Circumventing this bug: https://github.com/flatpak/flatpak-builder/issues/317