From e149d219664ddf16a098856ef18359d627976024 Mon Sep 17 00:00:00 2001
From: XargonWan <XargonWan@gmail.com>
Date: Fri, 2 Aug 2024 01:03:37 +0900
Subject: [PATCH] Runner updated after migration

---
 .github/workflows/cooker-selfhosted.yml                 | 2 +-
 .github/workflows/main-selfhosted.yml                   | 2 +-
 old/disabled-workflows/cooker-selfhosted-persistent.yml | 2 +-
 old/disabled-workflows/cooker-selfhosted.yml            | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml
index e08858f4..01b159d1 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: retrodeck
     steps:
 
       # Circumventing this bug: https://github.com/flatpak/flatpak-builder/issues/317
diff --git a/.github/workflows/main-selfhosted.yml b/.github/workflows/main-selfhosted.yml
index 1d52c5d9..d5bd73e4 100644
--- a/.github/workflows/main-selfhosted.yml
+++ b/.github/workflows/main-selfhosted.yml
@@ -24,7 +24,7 @@ on:
 jobs:
 
   Building_RetroDECK:
-    runs-on: self-hosted
+    runs-on: retrodeck
     steps:
 
       # Circumventing this bug: https://github.com/flatpak/flatpak-builder/issues/317
diff --git a/old/disabled-workflows/cooker-selfhosted-persistent.yml b/old/disabled-workflows/cooker-selfhosted-persistent.yml
index 274fcd12..449b42e2 100644
--- a/old/disabled-workflows/cooker-selfhosted-persistent.yml
+++ b/old/disabled-workflows/cooker-selfhosted-persistent.yml
@@ -27,7 +27,7 @@ on:
 jobs:
 
   Building_RetroDECK:
-    runs-on: self-hosted
+    runs-on: retrodeck
     steps:
 
       # Circumventing this bug: https://github.com/flatpak/flatpak-builder/issues/317
diff --git a/old/disabled-workflows/cooker-selfhosted.yml b/old/disabled-workflows/cooker-selfhosted.yml
index 75d7a1c9..a5567e74 100644
--- a/old/disabled-workflows/cooker-selfhosted.yml
+++ b/old/disabled-workflows/cooker-selfhosted.yml
@@ -29,7 +29,7 @@ on:
 jobs:
 
   Building_RetroDECK:
-    runs-on: self-hosted
+    runs-on: retrodeck
     steps:
 
       # Circumventing this bug: https://github.com/flatpak/flatpak-builder/issues/317