From 897fc9a5ce79bfc84d3202aef4b2906ffe1b03fa Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 22 Jul 2024 09:42:53 +0900 Subject: [PATCH] REVERT ME: RUNNER CHANGED --- .github/workflows/cooker-selfhosted.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 8dfc36fa..a06edf3a 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -29,7 +29,8 @@ on: jobs: Building_RetroDECK: - runs-on: self-hosted + #runs-on: self-hosted + runs-on: ubuntu-latest steps: # Circumventing this bug: https://github.com/flatpak/flatpak-builder/issues/317